OSDN Git Service

ARM: dts: msm: disable PCIe on msmcobalt RUMI and SIM
authorTony Truong <truong@codeaurora.org>
Tue, 17 May 2016 01:04:01 +0000 (18:04 -0700)
committerJeevan Shriram <jshriram@codeaurora.org>
Thu, 19 May 2016 23:08:19 +0000 (16:08 -0700)
PCIe is not used or tested on RUMI or SIM for msmcobalt.
Thus, disable PCIe on these platforms.

Change-Id: I0682801c0893a1b1516033b2ec0b0e2ec2713fdd
Signed-off-by: Tony Truong <truong@codeaurora.org>
arch/arm/boot/dts/qcom/msmcobalt-rumi.dtsi
arch/arm/boot/dts/qcom/msmcobalt-sim.dtsi

index 66d6f8c..8495da1 100644 (file)
        };
 };
 
+&pcie0 {
+       status = "disabled";
+};
+
 &qusb_phy0 {
        reg = <0x0a928000 0x8000>,
            <0x0a8f8800 0x400>,
index daa1168..0793f22 100644 (file)
        status = "ok";
 };
 
+&pcie0 {
+       status = "disabled";
+};
+
 &sdhc_2 {
        vdd-supply = <&pmcobalt_l21>;
        qcom,vdd-voltage-level = <2950000 2960000>;