public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC
@ 2025-06-09 23:19 Prabhakar
  2025-06-10  9:57 ` Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Prabhakar @ 2025-06-09 23:19 UTC (permalink / raw)
  To: Biju Das, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Laurent Pinchart
  Cc: dri-devel, linux-renesas-soc, devicetree, linux-kernel, Prabhakar,
	Fabrizio Castro, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Document support for the DU IP found on the Renesas RZ/V2N (R9A09G056) SoC.
The DU IP is functionally identical to that on the RZ/V2H(P) SoC, so no
driver changes are needed. The existing `renesas,r9a09g057-du` compatible
will be used as a fallback for the RZ/V2N SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 .../devicetree/bindings/display/renesas,rzg2l-du.yaml          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml b/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
index 1e32d14b6edb..2cc66dcef870 100644
--- a/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
+++ b/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
@@ -25,6 +25,9 @@ properties:
           - enum:
               - renesas,r9a07g054-du    # RZ/V2L
           - const: renesas,r9a07g044-du # RZ/G2L fallback
+      - items:
+          - const: renesas,r9a09g056-du # RZ/V2N
+          - const: renesas,r9a09g057-du # RZ/V2H(P) fallback
 
   reg:
     maxItems: 1
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC
  2025-06-09 23:19 [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC Prabhakar
@ 2025-06-10  9:57 ` Laurent Pinchart
  2025-06-10 10:08   ` Lad, Prabhakar
  2025-06-10 15:21 ` Conor Dooley
  2025-06-12 14:57 ` Geert Uytterhoeven
  2 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2025-06-10  9:57 UTC (permalink / raw)
  To: Prabhakar
  Cc: Biju Das, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, dri-devel,
	linux-renesas-soc, devicetree, linux-kernel, Fabrizio Castro,
	Lad Prabhakar

Hi Prabhakar,

Thank you for the patch.

On Tue, Jun 10, 2025 at 12:19:05AM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Document support for the DU IP found on the Renesas RZ/V2N (R9A09G056) SoC.
> The DU IP is functionally identical to that on the RZ/V2H(P) SoC, so no
> driver changes are needed. The existing `renesas,r9a09g057-du` compatible
> will be used as a fallback for the RZ/V2N SoC.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Assuming this gets merged after
https://lore.kernel.org/r/20250530165906.411144-2-prabhakar.mahadev-lad.rj@bp.renesas.com
("[PATCH v6 01/12] dt-bindings: display: renesas, rzg2l-du: Add support
for RZ/V2H(P) SoC"),

Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

> ---
>  .../devicetree/bindings/display/renesas,rzg2l-du.yaml          | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml b/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> index 1e32d14b6edb..2cc66dcef870 100644
> --- a/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> +++ b/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> @@ -25,6 +25,9 @@ properties:
>            - enum:
>                - renesas,r9a07g054-du    # RZ/V2L
>            - const: renesas,r9a07g044-du # RZ/G2L fallback
> +      - items:
> +          - const: renesas,r9a09g056-du # RZ/V2N
> +          - const: renesas,r9a09g057-du # RZ/V2H(P) fallback
>  
>    reg:
>      maxItems: 1

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC
  2025-06-10  9:57 ` Laurent Pinchart
@ 2025-06-10 10:08   ` Lad, Prabhakar
  0 siblings, 0 replies; 5+ messages in thread
From: Lad, Prabhakar @ 2025-06-10 10:08 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Biju Das, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, dri-devel,
	linux-renesas-soc, devicetree, linux-kernel, Fabrizio Castro,
	Lad Prabhakar

Hi Laurent,

Thank you for the review.

On Tue, Jun 10, 2025 at 10:58 AM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> Hi Prabhakar,
>
> Thank you for the patch.
>
> On Tue, Jun 10, 2025 at 12:19:05AM +0100, Prabhakar wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > Document support for the DU IP found on the Renesas RZ/V2N (R9A09G056) SoC.
> > The DU IP is functionally identical to that on the RZ/V2H(P) SoC, so no
> > driver changes are needed. The existing `renesas,r9a09g057-du` compatible
> > will be used as a fallback for the RZ/V2N SoC.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Assuming this gets merged after
> https://lore.kernel.org/r/20250530165906.411144-2-prabhakar.mahadev-lad.rj@bp.renesas.com
> ("[PATCH v6 01/12] dt-bindings: display: renesas, rzg2l-du: Add support
> for RZ/V2H(P) SoC"),
>
Above patch is already merged into drm-misc.

https://cgit.freedesktop.org/drm/drm-misc/commit/?id=ed6a6d63513ee5199841c0a0dc2772ad944e63ee

Cheers,
Prabhakar

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC
  2025-06-09 23:19 [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC Prabhakar
  2025-06-10  9:57 ` Laurent Pinchart
@ 2025-06-10 15:21 ` Conor Dooley
  2025-06-12 14:57 ` Geert Uytterhoeven
  2 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2025-06-10 15:21 UTC (permalink / raw)
  To: Prabhakar
  Cc: Biju Das, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Laurent Pinchart,
	dri-devel, linux-renesas-soc, devicetree, linux-kernel,
	Fabrizio Castro, Lad Prabhakar

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

On Tue, Jun 10, 2025 at 12:19:05AM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Document support for the DU IP found on the Renesas RZ/V2N (R9A09G056) SoC.
> The DU IP is functionally identical to that on the RZ/V2H(P) SoC, so no
> driver changes are needed. The existing `renesas,r9a09g057-du` compatible
> will be used as a fallback for the RZ/V2N SoC.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC
  2025-06-09 23:19 [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC Prabhakar
  2025-06-10  9:57 ` Laurent Pinchart
  2025-06-10 15:21 ` Conor Dooley
@ 2025-06-12 14:57 ` Geert Uytterhoeven
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-12 14:57 UTC (permalink / raw)
  To: Prabhakar
  Cc: Biju Das, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Magnus Damm, Laurent Pinchart, dri-devel,
	linux-renesas-soc, devicetree, linux-kernel, Fabrizio Castro,
	Lad Prabhakar

On Tue, 10 Jun 2025 at 01:19, Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Document support for the DU IP found on the Renesas RZ/V2N (R9A09G056) SoC.
> The DU IP is functionally identical to that on the RZ/V2H(P) SoC, so no
> driver changes are needed. The existing `renesas,r9a09g057-du` compatible
> will be used as a fallback for the RZ/V2N SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-12 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 23:19 [PATCH] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2N SoC Prabhakar
2025-06-10  9:57 ` Laurent Pinchart
2025-06-10 10:08   ` Lad, Prabhakar
2025-06-10 15:21 ` Conor Dooley
2025-06-12 14:57 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox