[PATCH 12/15] SPEAr1310-EVB: DTS: Fix PCIe1 enable
From: Pratyush Anand <hidden>
Date: 2012-10-29 07:01:26
Also in:
linux-pci
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Pratyush Anand <hidden>
Date: 2012-10-29 07:01:26
Also in:
linux-pci
Subsystem:
the rest · Maintainer:
Linus Torvalds
On SPEAr1310 EVB only PCIe2 can be used as PCIe host. Currently we do not have driver for PCIe EP. So keep PCIe1 disabled. Signed-off-by: Pratyush Anand <redacted> --- arch/arm/boot/dts/spear1310-evb.dts | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts
index 2c8da65..1bb5332 100644
--- a/arch/arm/boot/dts/spear1310-evb.dts
+++ b/arch/arm/boot/dts/spear1310-evb.dts@@ -237,10 +237,6 @@ ignore_cpufreq_notification = <0>; }; - pcie1@b1800000 { - status = "okay"; - }; - pcie2@b4000000 { status = "okay"; };
--
1.7.5.4