diff options
author | Richard Zhu <hongxing.zhu@nxp.com> | 2020-07-21 15:22:56 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-17 21:25:01 +0800 |
commit | 383689f4b8486830447a3cfb479a364b21aa9de3 (patch) | |
tree | 69cbdb17236816561c53e3549bb716f36097926b | |
parent | 92afd5786d9048454bbf7e207d015daf127e557d (diff) | |
download | lwn-383689f4b8486830447a3cfb479a364b21aa9de3.tar.gz lwn-383689f4b8486830447a3cfb479a364b21aa9de3.zip |
ARM: dts: imx6qp-sabreauto: enable pcie
Add the reset-gpio property, and enable PCIe on iMX6QP SABREAUTO board.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qp-sabreauto.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabreauto.dts b/arch/arm/boot/dts/imx6qp-sabreauto.dts index 639d9dd35377..2bb3bfb18ec3 100644 --- a/arch/arm/boot/dts/imx6qp-sabreauto.dts +++ b/arch/arm/boot/dts/imx6qp-sabreauto.dts @@ -47,7 +47,8 @@ }; &pcie { - status = "disabled"; + reset-gpio = <&max7310_c 5 GPIO_ACTIVE_LOW>; + status = "okay"; }; &sata { |