Message ID | 259d65c0-5fb8-e426-3452-c5109a687c15@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c6eb20473f0b296c671dc6f7a7766ea6bedf2d59 |
Delegated to: | Simon Horman |
Headers | show |
Series | Add R8A77980/Condor PCIe support | expand |
On Mon, Aug 27, 2018 at 09:54:35PM +0300, Sergei Shtylyov wrote: > 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 <vladimir.barinov@cogentembedded.com> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Thanks Sergei, applied for v4.20.
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";