[PATCH v3 2/2] arm64: dts: renesas: condor: add PCIe support
From: Sergei Shtylyov <hidden>
Date: 2018-08-27 18:54:35
Also in:
linux-devicetree, linux-renesas-soc
From: Sergei Shtylyov <hidden>
Date: 2018-08-27 18:54:35
Also in:
linux-devicetree, linux-renesas-soc
Enable PCIe PHY and PCIEC and specify the PCIe bus clock for the Condor board. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov <redacted> Signed-off-by: Sergei Shtylyov <redacted> --- Changes in version 2: - mentioned Vladimir's original work and added his signoff; - refreshed the patch. arch/arm64/boot/dts/renesas/r8a77980-condor.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a77980-condor.dts ===================================================================
--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
+++ renesas/arch/arm64/boot/dts/renesas/r8a77980-condor.dts@@ -223,6 +223,18 @@ status = "okay"; }; +&pciec { + status = "okay"; +}; + +&pcie_bus_clk { + clock-frequency = <100000000>; +}; + +&pcie_phy { + status = "okay"; +}; + &pfc { avb_pins: avb { groups = "avb_mdio", "avb_rgmii";