aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-29 02:12:34 -0400
committerOlof Johansson <olof@lixom.net>2013-10-29 15:45:57 -0400
commit331d7d6afe586477ba8804e653fd013b925bbeca (patch)
treee91596d965287fde808988230fef3c49486f7b4b /arch/arm
parentb01928a41f73f4c020892ff36c7d2a47cd9f8704 (diff)
ARM: dts: use 'status' property for PCIe nodes
Set the default status for PCIe to disabled in the exynos5440.dtsi file and let the board dts files such as exynos5440-ssdk5440.dts enable the PCIe. However, keep the PCIe for SD5v1 board disabled, because there is no PCIe slot on SD5v1 board. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/exynos5440-ssdk5440.dts2
-rw-r--r--arch/arm/boot/dts/exynos5440.dtsi2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5440-ssdk5440.dts b/arch/arm/boot/dts/exynos5440-ssdk5440.dts
index ede772741f81..4808a5af099b 100644
--- a/arch/arm/boot/dts/exynos5440-ssdk5440.dts
+++ b/arch/arm/boot/dts/exynos5440-ssdk5440.dts
@@ -68,9 +68,11 @@
68 68
69 pcie@290000 { 69 pcie@290000 {
70 reset-gpio = <&pin_ctrl 5 0>; 70 reset-gpio = <&pin_ctrl 5 0>;
71 status = "okay";
71 }; 72 };
72 73
73 pcie@2a0000 { 74 pcie@2a0000 {
74 reset-gpio = <&pin_ctrl 22 0>; 75 reset-gpio = <&pin_ctrl 22 0>;
76 status = "okay";
75 }; 77 };
76}; 78};
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 5d6cf4965d6e..8da107088ce4 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -276,6 +276,7 @@
276 interrupt-map-mask = <0 0 0 0>; 276 interrupt-map-mask = <0 0 0 0>;
277 interrupt-map = <0x0 0 &gic 53>; 277 interrupt-map = <0x0 0 &gic 53>;
278 num-lanes = <4>; 278 num-lanes = <4>;
279 status = "disabled";
279 }; 280 };
280 281
281 pcie@2a0000 { 282 pcie@2a0000 {
@@ -296,5 +297,6 @@
296 interrupt-map-mask = <0 0 0 0>; 297 interrupt-map-mask = <0 0 0 0>;
297 interrupt-map = <0x0 0 &gic 56>; 298 interrupt-map = <0x0 0 &gic 56>;
298 num-lanes = <4>; 299 num-lanes = <4>;
300 status = "disabled";
299 }; 301 };
300}; 302};