Skip to content

Commit 571c7ed

Browse files
robherringdaeinki
authored andcommitted
dt-bindings: display: samsung,exynos-mixer: Fix 'regs' typo
The correct property name is 'reg' not 'regs'. Fixes: 68e89bb ("dt-bindings: display: samsung,exynos-mixer: convert to dtschema") Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent 0dd3ee3 commit 571c7ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ allOf:
8585
clocks:
8686
minItems: 6
8787
maxItems: 6
88-
regs:
88+
reg:
8989
minItems: 2
9090
maxItems: 2
9191

@@ -99,7 +99,7 @@ allOf:
9999
clocks:
100100
minItems: 4
101101
maxItems: 4
102-
regs:
102+
reg:
103103
minItems: 2
104104
maxItems: 2
105105

@@ -116,7 +116,7 @@ allOf:
116116
clocks:
117117
minItems: 3
118118
maxItems: 3
119-
regs:
119+
reg:
120120
minItems: 1
121121
maxItems: 1
122122

0 commit comments

Comments
 (0)