Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Fixes: 68e89bb36d58 ("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>

authored by

Rob Herring and committed by
Inki Dae
571c7ed0 0dd3ee31

+3 -3
+3 -3
Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml
··· 85 85 clocks: 86 86 minItems: 6 87 87 maxItems: 6 88 - regs: 88 + reg: 89 89 minItems: 2 90 90 maxItems: 2 91 91 ··· 99 99 clocks: 100 100 minItems: 4 101 101 maxItems: 4 102 - regs: 102 + reg: 103 103 minItems: 2 104 104 maxItems: 2 105 105 ··· 116 116 clocks: 117 117 minItems: 3 118 118 maxItems: 3 119 - regs: 119 + reg: 120 120 minItems: 1 121 121 maxItems: 1 122 122