linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx6qp-sabresd: enable pcie
@ 2020-07-21  7:44 Richard Zhu
  2020-07-21  7:44 ` [PATCH 2/2] PCI: imx: add another regulator for imx pcie Richard Zhu
  2020-07-21  8:16 ` [PATCH 1/2] ARM: dts: imx6qp-sabresd: enable pcie Lucas Stach
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Zhu @ 2020-07-21  7:44 UTC (permalink / raw)
  To: l.stach, bhelgaas, shawnguo, festevam
  Cc: linux-pci, linux-imx, linux-arm-kernel, linux-kernel, kernel,
	Richard Zhu

Add one regulator, used to power up the external oscillator,
and enable PCIe on iMX6QP SABRESD board.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
---
 arch/arm/boot/dts/imx6qp-sabresd.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts
index 480e73183f6b..cd8a1f610427 100644
--- a/arch/arm/boot/dts/imx6qp-sabresd.dts
+++ b/arch/arm/boot/dts/imx6qp-sabresd.dts
@@ -51,7 +51,8 @@
 };
 
 &pcie {
-	status = "disabled";
+	vepdev-supply = <&vgen3_reg>;
+	status = "okay";
 };
 
 &sata {
-- 
2.17.1


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

end of thread, other threads:[~2020-07-22  1:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  7:44 [PATCH 1/2] ARM: dts: imx6qp-sabresd: enable pcie Richard Zhu
2020-07-21  7:44 ` [PATCH 2/2] PCI: imx: add another regulator for imx pcie Richard Zhu
2020-07-21  8:16 ` [PATCH 1/2] ARM: dts: imx6qp-sabresd: enable pcie Lucas Stach
2020-07-22  1:13   ` [EXT] " Richard Zhu

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).