]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: renesas: condor: add PCIe support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Mon, 27 Aug 2018 18:54:35 +0000 (21:54 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 13 Sep 2018 07:47:45 +0000 (09:47 +0200)
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77980-condor.dts

index 59db4c152fb8bb9c31024cd542d206dfe464e58f..fe2e2c051cc93fc0668a3d3e59a3b13432ef4766 100644 (file)
@@ -223,6 +223,18 @@ &mmc0 {
        status = "okay";
 };
 
+&pciec {
+       status = "okay";
+};
+
+&pcie_bus_clk {
+       clock-frequency = <100000000>;
+};
+
+&pcie_phy {
+       status = "okay";
+};
+
 &pfc {
        avb_pins: avb {
                groups = "avb_mdio", "avb_rgmii";