Commit 571c7ed0 authored by Rob Herring's avatar Rob Herring Committed by Inki Dae

dt-bindings: display: samsung,exynos-mixer: Fix 'regs' typo

The correct property name is 'reg' not 'regs'.

Fixes: 68e89bb3 ("dt-bindings: display: samsung,exynos-mixer: convert to dtschema")
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 0dd3ee31
......@@ -85,7 +85,7 @@ allOf:
clocks:
minItems: 6
maxItems: 6
regs:
reg:
minItems: 2
maxItems: 2
......@@ -99,7 +99,7 @@ allOf:
clocks:
minItems: 4
maxItems: 4
regs:
reg:
minItems: 2
maxItems: 2
......@@ -116,7 +116,7 @@ allOf:
clocks:
minItems: 3
maxItems: 3
regs:
reg:
minItems: 1
maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment