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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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