diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-05-15 17:53:05 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-05-21 04:53:50 +0300 |
commit | 34adfaa3d404c0e763fa3614cfe01078e29c56c7 (patch) | |
tree | ce980bd58a2e3cd3c9f6032102535fb36f679f8f /arch/arm/boot/dts/imx7d-sdb.dts | |
parent | a816d5750edf7151e079c4929c60e2531fc98fa6 (diff) | |
download | linux-34adfaa3d404c0e763fa3614cfe01078e29c56c7.tar.xz |
ARM: dts: imx7d-sdb: Enable PCIe peripheral
Enable PCIe peripheral on this board.
Cc: yurovsky@gmail.com
Cc: Dong Aisheng <aisheng.dong@nxp.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb.dts')
-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>; |