Hi Biju, On Wed, Jan 12, 2022 at 6:47 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > Enable display interface on RZ/G2L SMARC EVK. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi > +++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi > @@ -107,6 +118,23 @@ > }; > }; > > +&dsi0 { > + status = "okay"; > + > + ports { > + port@1 { > + dsi0_out: endpoint { > + data-lanes = <1 2 3 4>; > + remote-endpoint = <&adv7535_in>; > + }; > + }; > + }; > +}; > + > +&du { > + status = "okay"; > +}; > + > &ehci0 { > dr_mode = "otg"; > status = "okay"; JFYI, as rzg2l-smarc.dtsi is now shared by the RZ/G2L(C) and RZ/V2L DTS files, placeholders for "dsi0" and "du" need to be added to r9a07g054.dtsi. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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