On Sat, May 31, 2025 at 12:53:20AM +0200, Marek Vasut wrote: > Add node which describes the root port into PCIe controller DT node. > This can be used together with pwrctrl driver to control clock and > power supply to a PCIe slot. For example usage, refer to V4H Sparrow > Hawk board. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxxxx> Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> - Mani > --- > Cc: Bartosz Golaszewski <brgl@xxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: Conor Dooley <conor+dt@xxxxxxxxxx> > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> > Cc: Magnus Damm <magnus.damm@xxxxxxxxx> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Cc: linux-pci@xxxxxxxxxxxxxxx > Cc: linux-renesas-soc@xxxxxxxxxxxxxxx > --- > V2: New patch > --- > arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > index 6dbf05a559357..8d9ca30c299c9 100644 > --- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > @@ -798,6 +798,16 @@ pciec0: pcie@e65d0000 { > <0 0 0 4 &gic GIC_SPI 449 IRQ_TYPE_LEVEL_HIGH>; > snps,enable-cdm-check; > status = "disabled"; > + > + /* PCIe bridge, Root Port */ > + pciec0_rp: pci@0,0 { > + #address-cells = <3>; > + #size-cells = <2>; > + reg = <0x0 0x0 0x0 0x0 0x0>; > + compatible = "pciclass,0604"; > + device_type = "pci"; > + ranges; > + }; > }; > > pciec1: pcie@e65d8000 { > @@ -835,6 +845,16 @@ pciec1: pcie@e65d8000 { > <0 0 0 4 &gic GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>; > snps,enable-cdm-check; > status = "disabled"; > + > + /* PCIe bridge, Root Port */ > + pciec1_rp: pci@0,0 { > + #address-cells = <3>; > + #size-cells = <2>; > + reg = <0x0 0x0 0x0 0x0 0x0>; > + compatible = "pciclass,0604"; > + device_type = "pci"; > + ranges; > + }; > }; > > pciec0_ep: pcie-ep@e65d0000 { > -- > 2.47.2 > -- மணிவண்ணன் சதாசிவம்