Hi Claudiu, On Fri, 4 Jul 2025 at 18:14, Claudiu <claudiu.beznea@xxxxxxxxx> wrote: > From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> > > The RZ/G3S SoC has a variant (R9A08G045S33) which support PCIe. Add the supports > PCIe node. > > Tested-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/r9a08g045s33.dtsi > +++ b/arch/arm64/boot/dts/renesas/r9a08g045s33.dtsi > @@ -12,3 +12,63 @@ > / { > compatible = "renesas,r9a08g045s33", "renesas,r9a08g045"; > }; > + > +&soc { > + pcie: pcie@11e40000 { > + compatible = "renesas,r9a08g045s33-pcie"; In light of the discussion on "[PATCH v3 4/9] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Add documentation for the PCIe IP on Renesas RZ/G3S", this should be "renesas,r9a08g045-pcie", and the device node should be added to the base r9a08g045.dtsi instead (else everything has to be duplicated in r9a08g045s{13,17,37}.dtsi). When support for the variants without PCIe is added, the pcie node should be deleted using /delete-node/ in r9a08g045s{11,15,31,35}.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