diff options
author | Andrey Smirnov <[email protected]> | 2017-05-15 07:53:05 -0700 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2017-05-21 09:53:50 +0800 |
commit | 34adfaa3d404c0e763fa3614cfe01078e29c56c7 (patch) | |
tree | ce980bd58a2e3cd3c9f6032102535fb36f679f8f | |
parent | a816d5750edf7151e079c4929c60e2531fc98fa6 (diff) |
ARM: dts: imx7d-sdb: Enable PCIe peripheral
Enable PCIe peripheral on this board.
Cc: [email protected]
Cc: Dong Aisheng <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Russell King <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Andrey Smirnov <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index d6f2dda90710..77c400f0017a 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -349,6 +349,11 @@ }; }; +&pcie { + reset-gpio = <&extended_io 1 GPIO_ACTIVE_LOW>; + status = "okay"; +}; + &pwm1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm1>; |