linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qp-sabreauto: enable pcie
@ 2020-07-21  7:22 Richard Zhu
  2020-08-17 13:25 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Zhu @ 2020-07-21  7:22 UTC (permalink / raw)
  To: shawnguo; +Cc: Richard Zhu, linux-imx, linux-arm-kernel, linux-kernel

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

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: imx6qp-sabreauto: enable pcie
  2020-07-21  7:22 [PATCH] ARM: dts: imx6qp-sabreauto: enable pcie Richard Zhu
@ 2020-08-17 13:25 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-08-17 13:25 UTC (permalink / raw)
  To: Richard Zhu; +Cc: linux-imx, linux-arm-kernel, linux-kernel

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 <hongxing.zhu@nxp.com>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-17 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  7:22 [PATCH] ARM: dts: imx6qp-sabreauto: enable pcie Richard Zhu
2020-08-17 13:25 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).