[PATCH 1/2] ARM: dts: imx6qp-sabresd: enable pcie

Richard Zhu hongxing.zhu at nxp.com
Tue Jul 21 03:44:29 EDT 2020


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

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




More information about the linux-arm-kernel mailing list