arm64: dts: rockchip: disable PCIe and PCIe-phy on rk3399-evb
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 23 Aug 2016 07:40:49 +0000 (15:40 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 24 Aug 2016 10:42:01 +0000 (18:42 +0800)
Let's disable it as the auto link training of PCIe
take quite long time without add-in card or M.2
devices available.

Change-Id: I4a48a44574b68da75845a6e614a9970bb5d6685b
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-evb.dtsi

index 6c3cae823d34d98f1d5006bf8eea82b1393ef0ae..c81c649ad08688570354bed709febeef81d17edf 100644 (file)
        };
 };
 
+&pcie_phy {
+       status = "disabled";
+};
+
 &pcie0 {
-       assigned-clocks = <&cru SCLK_PCIEPHY_REF>;
-       assigned-clock-parents = <&cru SCLK_PCIEPHY_REF100M>;
-       assigned-clock-rates = <100000000>;
        ep-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
        num-lanes = <4>;
        pinctrl-names = "default";
        pinctrl-0 = <&pcie_clkreqn>;
-       status = "okay";
+       status = "disabled";
 };
 
 &tcphy0 {