diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-19 11:49:42 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-04-19 22:21:50 +0300 |
commit | fe7ff911938eaf31a5481bdd8136c9210dd52a9b (patch) | |
tree | 9d0ba7c20312d28adf406fc3570d7d784b5e5063 /Documentation/devicetree/bindings/writing-schema.rst | |
parent | e930244918092d44b60a7b538cf60d737010ceef (diff) | |
download | linux-fe7ff911938eaf31a5481bdd8136c9210dd52a9b.tar.xz |
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.rst | 2 |
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 ~~~~~~~~~~~~~~ |