RE: [PATCH v2 01/16] dt-bindings: display: bridge: renesas,dsi: Document RZ/G3L
Biju Das <[email protected]> Wed, 5 Aug 2026 13:17:13 +0000
| Newsgroups | org.kernel.vger.linux-renesas-soc,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <TY3PR01MB11346D4BDA3C9F15B564F1C1986D32@TY3PR01MB11346.jpnprd01.prod.outlook.com> |
Hi All, > -----Original Message----- > From: Biju <[email protected]> > Sent: 29 July 2026 13:55 > Subject: [PATCH v2 01/16] dt-bindings: display: bridge: renesas,dsi: Docu= ment RZ/G3L >=20 > From: Biju Das <[email protected]> >=20 > The RZ/G3L DSI IP is similar to the RZ/G2L but has different global PHY t= imings and also the PLLCLK is > ungateble clock. Add the compatible string "renesas,r9a08g046-mipi-dsi" t= o handle these difference for > the Renesas RZ/G3L SoC. The power to DSI region is controlled by SYSC blo= ck. > Document renesas,sysc-pwrrdy property to handle the power control. >=20 > Signed-off-by: Biju Das <[email protected]> > --- > v1->v2: > * Dropped renesas,sysc-pwrrdy property as it is modelled as power > sequence. > --- > .../devicetree/bindings/display/bridge/renesas,dsi.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dsi= .yaml > b/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml > index c20625b8425e..3832a553871b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml > @@ -28,6 +28,7 @@ properties: > - const: renesas,r9a09g057-mipi-dsi >=20 > - enum: > + - renesas,r9a08g046-mipi-dsi # RZ/G3L > - renesas,r9a09g057-mipi-dsi # RZ/V2H(P) >=20 > reg: > -- > 2.43.0 Applied to drm-misc-next as the compatible used in power/sequence driver and also, for easy rebase for the RZ/G3E DU series. Cheers, Biju