diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2020-03-28 03:41:57 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-04-01 01:07:15 +0300 |
commit | 33b0cb370f97ebc5a722c2cf50821e8322267261 (patch) | |
tree | 65491280fa7ce035c55f17ff4a1f784ca4d9e96d /Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml | |
parent | b02a728ff348b047072ef9875547d90ed834cd99 (diff) | |
download | linux-33b0cb370f97ebc5a722c2cf50821e8322267261.tar.xz |
dt-bindings: display: meson-vpu: fix indentation of reg-names' "items"
Use two spaces for indentation instead of one to be consistent with the
rest of the file. No functional changes.
Fixes: 6b9ebf1e0e678b ("dt-bindings: display: amlogic, meson-vpu: convert to yaml")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml index d8e573eeb5ec..a8d202c9d004 100644 --- a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml +++ b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml @@ -71,9 +71,9 @@ properties: maxItems: 2 reg-names: - items: - - const: vpu - - const: hhi + items: + - const: vpu + - const: hhi interrupts: maxItems: 1 |