diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-08-08 11:10:24 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-14 11:34:24 -0700 |
commit | d23f3839fe97d8dce03dfc8b5640883ea06050e9 (patch) | |
tree | 441ca924815a72fd39159a3d6aadd64cd3929fa8 /arch/arm/boot/dts/am571x-idk.dts | |
parent | 5e452865954fe3f18a89cb7bce8c3216636b311d (diff) | |
download | talos-obmc-linux-d23f3839fe97d8dce03dfc8b5640883ea06050e9.tar.gz talos-obmc-linux-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/am571x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am571x-idk.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts index adc70fb091a2..0c0bb4e93f25 100644 --- a/arch/arm/boot/dts/am571x-idk.dts +++ b/arch/arm/boot/dts/am571x-idk.dts @@ -96,3 +96,12 @@ status = "okay"; }; }; + +&pcie1_rc { + status = "okay"; + gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; +}; + +&pcie1_ep { + gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; +}; |