The correct property name is 'reg' not 'regs'.
Fixes: 68e89bb36d58 ("dt-bindings: display: samsung,exynos-mixer: convert to dtschema")
Signed-off-by: Rob Herring <[email protected]>
---
.../bindings/display/samsung/samsung,exynos-mixer.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml b/Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml
index 25d53fde92e1..597c9cc6a312 100644
--- a/Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml
+++ b/Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml
@@ -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
--
2.43.0
> -----Original Message-----
> From: Rob Herring <[email protected]>
> Sent: Thursday, December 14, 2023 4:12 AM
> To: Inki Dae <[email protected]>; Seung-Woo Kim
> <[email protected]>; Kyungmin Park
> <[email protected]>; Maarten Lankhorst
> <[email protected]>; Maxime Ripard
> <[email protected]>; Thomas Zimmermann <[email protected]>;
> David Airlie <[email protected]>; Daniel Vetter <[email protected]>;
Krzysztof
> Kozlowski <[email protected]>; Conor Dooley
> <[email protected]>; Alim Akhtar <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>;
[email protected];
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]
> Subject: [PATCH] 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 <[email protected]>
> ---
Thanks,
Reviewed-by: Alim Akhtar <[email protected]>
> .../bindings/display/samsung/samsung,exynos-mixer.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
[snip]
> 2.43.0