Merge drm/drm-next into drm-intel-next-queued
[linux-2.6-microblaze.git] / Documentation / devicetree / writing-schema.rst
index 7635ab2..220cf46 100644 (file)
@@ -147,6 +147,10 @@ Note that ``dtbs_check`` will skip any binding schema files with errors. It is
 necessary to use ``dt_binding_check`` to get all the validation errors in the
 binding schema files.
 
+It is possible to run both in a single command::
+
+    make dt_binding_check dtbs_check
+
 It is also possible to run checks with a single schema file by setting the
 ``DT_SCHEMA_FILES`` variable to a specific schema file.