Skip to content

Commit

Permalink
ARM: dts: use 'status' property for PCIe nodes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jingoo Han authored and Olof Johansson committed Oct 29, 2013
1 parent b01928a commit 331d7d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/exynos5440-ssdk5440.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@

pcie@290000 {
reset-gpio = <&pin_ctrl 5 0>;
status = "okay";
};

pcie@2a0000 {
reset-gpio = <&pin_ctrl 22 0>;
status = "okay";
};
};
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
interrupt-map-mask = <0 0 0 0>;
interrupt-map = <0x0 0 &gic 53>;
num-lanes = <4>;
status = "disabled";
};

pcie@2a0000 {
Expand All @@ -296,5 +297,6 @@
interrupt-map-mask = <0 0 0 0>;
interrupt-map = <0x0 0 &gic 56>;
num-lanes = <4>;
status = "disabled";
};
};

0 comments on commit 331d7d6

Please sign in to comment.