[PATCH] dt-bindings: display: samsung, exynos-mixer: Fix 'regs' typo
Inki Dae
daeinki at gmail.com
Wed Dec 13 23:21:55 UTC 2023
2023년 12월 14일 (목) 오전 7:43, Rob Herring <robh at kernel.org>님이 작성:
> The correct property name is 'reg' not 'regs'.
>
Thanks,
Inki Dae
> Fixes: 68e89bb36d58 ("dt-bindings: display: samsung,exynos-mixer: convert
> to dtschema")
> Signed-off-by: Rob Herring <robh at kernel.org>
> ---
> .../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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20231214/631883c7/attachment.htm>
More information about the dri-devel
mailing list