Message ID | 20240709135152.185042-2-biju.das.jz@bp.renesas.com |
---|---|
State | Not Applicable |
Headers | show |
Series | Add support for RZ/G2UL Display Unit | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Tue, Jul 9, 2024 at 3:52 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > Document VSPD found in RZ/G2UL SoC. The VSPD block is identical to RZ/G2L > SoC and therefore use RZ/G2L fallback to avoid any driver changes. > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > v1->v2: > * Added Ack from Conor. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
Hi Biju, Thank you for the patch. On Tue, Jul 09, 2024 at 02:51:39PM +0100, Biju Das wrote: > Document VSPD found in RZ/G2UL SoC. The VSPD block is identical to RZ/G2L > SoC and therefore use RZ/G2L fallback to avoid any driver changes. > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> > --- > v1->v2: > * Added Ack from Conor. > --- > Documentation/devicetree/bindings/media/renesas,vsp1.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > index 3265e922647c..1a03e67462a4 100644 > --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > @@ -23,6 +23,7 @@ properties: > - renesas,vsp2 # R-Car Gen3 and RZ/G2 > - items: > - enum: > + - renesas,r9a07g043u-vsp2 # RZ/G2UL > - renesas,r9a07g054-vsp2 # RZ/V2L > - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback >
diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml index 3265e922647c..1a03e67462a4 100644 --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml @@ -23,6 +23,7 @@ properties: - renesas,vsp2 # R-Car Gen3 and RZ/G2 - items: - enum: + - renesas,r9a07g043u-vsp2 # RZ/G2UL - renesas,r9a07g054-vsp2 # RZ/V2L - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback