2020-07-21 07:29:25

by Richard Zhu

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6qp-sabreauto: enable pcie

Add the reset-gpio property, and enable PCIe on iMX6QP SABREAUTO board.

Signed-off-by: Richard Zhu <[email protected]>
---
arch/arm/boot/dts/imx6qp-sabreauto.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

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 {
--
2.17.1


2020-08-17 13:29:48

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6qp-sabreauto: enable pcie

On Tue, Jul 21, 2020 at 03:22:56PM +0800, Richard Zhu wrote:
> Add the reset-gpio property, and enable PCIe on iMX6QP SABREAUTO board.
>
> Signed-off-by: Richard Zhu <[email protected]>

Applied, thanks.