diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-12-07 05:48:30 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-12-18 22:15:20 +0100 |
commit | aeefc1a01e7c3905580a981e93032cd452275c99 (patch) | |
tree | c34ac356a59ef10735dcd98c74f316f5fb29a7a1 /Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml | |
parent | dt-bindings: media: nokia,smia: eliminate yamllint warnings (diff) | |
download | linux-aeefc1a01e7c3905580a981e93032cd452275c99.tar.xz linux-aeefc1a01e7c3905580a981e93032cd452275c99.zip |
dt-bindings: display: eliminate yamllint warnings
Eliminate the following yamllint warnings:
./Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
:52:9: [warning] wrong indentation: expected 6 but found 8 (indentation)
./Documentation/devicetree/bindings/display/bridge/intel,keembay-dsi.yaml
:42:8: [warning] wrong indentation: expected 8 but found 7 (indentation)
:45:8: [warning] wrong indentation: expected 8 but found 7 (indentation)
./Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml
:21:6: [warning] wrong indentation: expected 6 but found 5 (indentation)
./Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml
:25:10: [warning] wrong indentation: expected 10 but found 9 (indentation)
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201207044830.1551-2-thunder.leizhen@huawei.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml b/Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml index 40caa6118809..a222b52d8b8f 100644 --- a/Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml +++ b/Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml @@ -18,8 +18,8 @@ description: | properties: compatible: items: - - const: intel,keembay-msscam - - const: syscon + - const: intel,keembay-msscam + - const: syscon reg: maxItems: 1 |