Skip to content

Commit

Permalink
dt-bindings: display: samsung,exynos-mixer: Fix 'regs' typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
robherring authored and daeinki committed Jan 9, 2024
1 parent 0dd3ee3 commit 571c7ed
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ allOf:
clocks:
minItems: 6
maxItems: 6
regs:
reg:
minItems: 2
maxItems: 2

Expand All @@ -99,7 +99,7 @@ allOf:
clocks:
minItems: 4
maxItems: 4
regs:
reg:
minItems: 2
maxItems: 2

Expand All @@ -116,7 +116,7 @@ allOf:
clocks:
minItems: 3
maxItems: 3
regs:
reg:
minItems: 1
maxItems: 1

Expand Down

0 comments on commit 571c7ed

Please sign in to comment.