2022-11-17 12:41:10

by Tomi Valkeinen

[permalink] [raw]
Subject: [PATCH v1 1/8] dt-bindings: display: renesas,du: Provide bindings for r8a779g0

From: Tomi Valkeinen <[email protected]>

Extend the Renesas DU display bindings to support the r8a779g0 V4H.

Signed-off-by: Tomi Valkeinen <[email protected]>
---
Documentation/devicetree/bindings/display/renesas,du.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/renesas,du.yaml b/Documentation/devicetree/bindings/display/renesas,du.yaml
index b3e588022082..d4830f52c512 100644
--- a/Documentation/devicetree/bindings/display/renesas,du.yaml
+++ b/Documentation/devicetree/bindings/display/renesas,du.yaml
@@ -40,6 +40,7 @@ properties:
- renesas,du-r8a77990 # for R-Car E3 compatible DU
- renesas,du-r8a77995 # for R-Car D3 compatible DU
- renesas,du-r8a779a0 # for R-Car V3U compatible DU
+ - renesas,du-r8a779g0 # for R-Car V4H compatible DU

reg:
maxItems: 1
@@ -762,6 +763,7 @@ allOf:
contains:
enum:
- renesas,du-r8a779a0
+ - renesas,du-r8a779g0
then:
properties:
clocks:
--
2.34.1



2022-11-17 14:57:33

by Kieran Bingham

[permalink] [raw]
Subject: Re: [PATCH v1 1/8] dt-bindings: display: renesas,du: Provide bindings for r8a779g0

Quoting Tomi Valkeinen (2022-11-17 12:25:40)
> From: Tomi Valkeinen <[email protected]>
>
> Extend the Renesas DU display bindings to support the r8a779g0 V4H.
>
> Signed-off-by: Tomi Valkeinen <[email protected]>

Matches my expectations, and interpretations of the datasheets.

Reviewed-by: Kieran Bingham <[email protected]>

> ---
> Documentation/devicetree/bindings/display/renesas,du.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/renesas,du.yaml b/Documentation/devicetree/bindings/display/renesas,du.yaml
> index b3e588022082..d4830f52c512 100644
> --- a/Documentation/devicetree/bindings/display/renesas,du.yaml
> +++ b/Documentation/devicetree/bindings/display/renesas,du.yaml
> @@ -40,6 +40,7 @@ properties:
> - renesas,du-r8a77990 # for R-Car E3 compatible DU
> - renesas,du-r8a77995 # for R-Car D3 compatible DU
> - renesas,du-r8a779a0 # for R-Car V3U compatible DU
> + - renesas,du-r8a779g0 # for R-Car V4H compatible DU
>
> reg:
> maxItems: 1
> @@ -762,6 +763,7 @@ allOf:
> contains:
> enum:
> - renesas,du-r8a779a0
> + - renesas,du-r8a779g0
> then:
> properties:
> clocks:
> --
> 2.34.1
>

2022-11-17 19:07:15

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 1/8] dt-bindings: display: renesas,du: Provide bindings for r8a779g0

On 17/11/2022 13:25, Tomi Valkeinen wrote:
> From: Tomi Valkeinen <[email protected]>
>
> Extend the Renesas DU display bindings to support the r8a779g0 V4H.
>
> Signed-off-by: Tomi Valkeinen <[email protected]>
> ---
> Documentation/devicetree/bindings/display/renesas,du.yaml | 2 ++
> 1 file changed, 2 insertions(+)


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2022-11-22 03:05:15

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH v1 1/8] dt-bindings: display: renesas,du: Provide bindings for r8a779g0

Hi Tomi,

Thank you for the patch.

On Thu, Nov 17, 2022 at 02:25:40PM +0200, Tomi Valkeinen wrote:
> From: Tomi Valkeinen <[email protected]>
>
> Extend the Renesas DU display bindings to support the r8a779g0 V4H.
>
> Signed-off-by: Tomi Valkeinen <[email protected]>

Reviewed-by: Laurent Pinchart <[email protected]>

> ---
> Documentation/devicetree/bindings/display/renesas,du.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/renesas,du.yaml b/Documentation/devicetree/bindings/display/renesas,du.yaml
> index b3e588022082..d4830f52c512 100644
> --- a/Documentation/devicetree/bindings/display/renesas,du.yaml
> +++ b/Documentation/devicetree/bindings/display/renesas,du.yaml
> @@ -40,6 +40,7 @@ properties:
> - renesas,du-r8a77990 # for R-Car E3 compatible DU
> - renesas,du-r8a77995 # for R-Car D3 compatible DU
> - renesas,du-r8a779a0 # for R-Car V3U compatible DU
> + - renesas,du-r8a779g0 # for R-Car V4H compatible DU
>
> reg:
> maxItems: 1
> @@ -762,6 +763,7 @@ allOf:
> contains:
> enum:
> - renesas,du-r8a779a0
> + - renesas,du-r8a779g0
> then:
> properties:
> clocks:

--
Regards,

Laurent Pinchart