diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-08-08 08:40:24 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-14 21:34:24 +0300 |
commit | d23f3839fe97d8dce03dfc8b5640883ea06050e9 (patch) | |
tree | 441ca924815a72fd39159a3d6aadd64cd3929fa8 /arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | |
parent | 5e452865954fe3f18a89cb7bce8c3216636b311d (diff) | |
download | linux-d23f3839fe97d8dce03dfc8b5640883ea06050e9.tar.xz |
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/am57xx-beagle-x15-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index fdfe5b16b806..d433a50cd18a 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi @@ -570,7 +570,12 @@ }; }; -&pcie1 { +&pcie1_rc { + status = "ok"; + gpios = <&gpio2 8 GPIO_ACTIVE_LOW>; +}; + +&pcie1_ep { gpios = <&gpio2 8 GPIO_ACTIVE_LOW>; }; |