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/dra7-evm.dts | |
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/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index ee04d8d7abab..41539b75046c 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -729,3 +729,7 @@ status = "okay"; }; }; + +&pcie1_rc { + status = "okay"; +}; |