ARM: dts: use 'status' property for PCIe nodes
authorJingoo Han <jg1.han@samsung.com>
Tue, 29 Oct 2013 06:12:34 +0000 (15:12 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 29 Oct 2013 19:45:57 +0000 (12:45 -0700)
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>
arch/arm/boot/dts/exynos5440-ssdk5440.dts
arch/arm/boot/dts/exynos5440.dtsi

index ede772741f81c13a2d6e62d3963b7219cb6196c8..4808a5af099b98f4ff5314ec34b25855b4f5f603 100644 (file)
 
        pcie@290000 {
                reset-gpio = <&pin_ctrl 5 0>;
+               status = "okay";
        };
 
        pcie@2a0000 {
                reset-gpio = <&pin_ctrl 22 0>;
+               status = "okay";
        };
 };
index 5d6cf4965d6eb3c7db9b2b4f8d4724e2824d2b0d..8da107088ce414b3138d9073a07304fb3575bcea 100644 (file)
                interrupt-map-mask = <0 0 0 0>;
                interrupt-map = <0x0 0 &gic 53>;
                num-lanes = <4>;
+               status = "disabled";
        };
 
        pcie@2a0000 {
                interrupt-map-mask = <0 0 0 0>;
                interrupt-map = <0x0 0 &gic 56>;
                num-lanes = <4>;
+               status = "disabled";
        };
 };
This page took 0.027328 seconds and 5 git commands to generate.