From: Krzysztof Kozlowski Date: Tue, 19 Apr 2022 08:49:42 +0000 (+0200) Subject: docs: dt: writing-schema: mention yamllint X-Git-Tag: v6.6.17~7454^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe7ff911938eaf31a5481bdd8136c9210dd52a9b;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20220419084942.27409-1-krzysztof.kozlowski@linaro.org --- diff --git a/Documentation/devicetree/bindings/writing-schema.rst b/Documentation/devicetree/bindings/writing-schema.rst index 2916edf..4a381d2 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 ~~~~~~~~~~~~~~