aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/writing-schema.rst
diff options
context:
space:
mode:
authorGravatar Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 2022-04-19 10:49:42 +0200
committerGravatar Rob Herring <robh@kernel.org> 2022-04-19 14:21:50 -0500
commitfe7ff911938eaf31a5481bdd8136c9210dd52a9b (patch)
tree9d0ba7c20312d28adf406fc3570d7d784b5e5063 /Documentation/devicetree/bindings/writing-schema.rst
parentdt-bindings: soc: qcom: smd-rpm: Fix missing MSM8936 compatible (diff)
downloadlinux-fe7ff911938eaf31a5481bdd8136c9210dd52a9b.tar.gz
linux-fe7ff911938eaf31a5481bdd8136c9210dd52a9b.tar.bz2
linux-fe7ff911938eaf31a5481bdd8136c9210dd52a9b.zip
docs: dt: writing-schema: mention yamllint
The dtschema uses yamllint, if present, to check the syntax of the files, so document this. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220419084942.27409-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'Documentation/devicetree/bindings/writing-schema.rst')
-rw-r--r--Documentation/devicetree/bindings/writing-schema.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/writing-schema.rst b/Documentation/devicetree/bindings/writing-schema.rst
index 2916edf829db..4a381d20f2b4 100644
--- a/Documentation/devicetree/bindings/writing-schema.rst
+++ b/Documentation/devicetree/bindings/writing-schema.rst
@@ -134,6 +134,8 @@ installed first. On Debian/Ubuntu systems::
Several executables (dt-doc-validate, dt-mk-schema, dt-validate) will be
installed. Ensure they are in your PATH (~/.local/bin by default).
+Recommended is also to install yamllint (used by dtschema when present).
+
Running checks
~~~~~~~~~~~~~~