aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am572x-idk.dts
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2017-08-08 11:10:24 +0530
committerTony Lindgren <tony@atomide.com>2017-08-14 11:34:24 -0700
commitd23f3839fe97d8dce03dfc8b5640883ea06050e9 (patch)
tree441ca924815a72fd39159a3d6aadd64cd3929fa8 /arch/arm/boot/dts/am572x-idk.dts
parentARM: dts: am335x: add support for Moxa UC-8100-ME-T open platform (diff)
downloadlinux-dev-d23f3839fe97d8dce03dfc8b5640883ea06050e9.tar.xz
linux-dev-d23f3839fe97d8dce03dfc8b5640883ea06050e9.zip
ARM: dts: DRA7: Add pcie1 dt node for EP mode
Add pcie1 dt node in order for the controller to operate in endpoint mode. However since none of the dra7 based boards have slots configured to operate in endpoint mode, keep EP mode disabled. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am572x-idk.dts')
-rw-r--r--arch/arm/boot/dts/am572x-idk.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts
index cb2632225220..604d52554eda 100644
--- a/arch/arm/boot/dts/am572x-idk.dts
+++ b/arch/arm/boot/dts/am572x-idk.dts
@@ -88,7 +88,12 @@
load-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
};
-&pcie1 {
+&pcie1_rc {
+ status = "okay";
+ gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
+};
+
+&pcie1_ep {
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
};