diff options
author | Rob Herring <robh@kernel.org> | 2020-11-13 01:49:51 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-12-07 17:21:40 +0300 |
commit | 583791191c6d52528ae13a1812ecae43dfa12440 (patch) | |
tree | 1c310d01aa11b90bb15ed2322cb651b8f45bd633 /Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | |
parent | 9e5f21d656cbf0407189114f0d418b095271a36e (diff) | |
download | linux-583791191c6d52528ae13a1812ecae43dfa12440.tar.xz |
media: dt-bindings: schema indentation fixes
Fix a few new indentation warnings found with yamllint (now integrated
into the checks).
Cc: Ricardo Ribalda <ribalda@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> # For adv7604
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml index 63b3779d7289..6866c2cdac50 100644 --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml @@ -75,18 +75,18 @@ properties: bus-type: const: 6 then: - properties: - hsync-active: false - vsync-active: false + properties: + hsync-active: false + vsync-active: false - if: properties: bus-width: const: 10 then: - properties: - data-shift: - const: 0 + properties: + data-shift: + const: 0 required: - bus-type |