Skip to content

Commit cee6637

Browse files
geerturobherring
authored andcommitted
dt-bindings: media: renesas,vin: Fix field-even-active spelling
make dt_binding_check: field-active-even: missing type definition The property is named "field-even-active", not "field-active-even". Fixes: 3ab7801 ("media: dt-bindings: media: rcar-vin: Describe optional ep properties") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/c999eef0a14c8678f56eb698d27b2243e09afed4.1696328563.git.geert+renesas@glider.be Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 6df241a commit cee6637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/media/renesas,vin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ properties:
9595
synchronization is selected.
9696
default: 1
9797

98-
field-active-even: true
98+
field-even-active: true
9999

100100
bus-width: true
101101

@@ -144,7 +144,7 @@ properties:
144144
synchronization is selected.
145145
default: 1
146146

147-
field-active-even: true
147+
field-even-active: true
148148

149149
bus-width: true
150150

0 commit comments

Comments
 (0)