[PATCH V4 5/7] arm64: dts: imx8mq-evk: Move power supply properties to Root Port node

From: Sherry Sun (OSS)

Date: Tue Jun 30 2026 - 02:07:17 EST


From: Sherry Sun <sherry.sun@xxxxxxx>

Move the power supply properties from the PCIe controller node to the
Root Port child node to support the new PCI pwrctrl framework.

Signed-off-by: Sherry Sun <sherry.sun@xxxxxxx>
---
arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
index b9b03416aa39..383a0976d457 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
@@ -403,8 +403,6 @@ &pcie1 {
<&pcie0_refclk>,
<&clk IMX8MQ_CLK_PCIE2_PHY>,
<&clk IMX8MQ_CLK_PCIE2_AUX>;
- vpcie-supply = <&reg_pcie1>;
- vpcie3v3aux-supply = <&reg_pcie1>;
vph-supply = <&vgen5_reg>;
supports-clkreq;
status = "okay";
@@ -422,6 +420,8 @@ &pcie1_ep {

&pcie1_port0 {
reset-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>;
+ vpcie3v3-supply = <&reg_pcie1>;
+ vpcie3v3aux-supply = <&reg_pcie1>;
};

&pgc_gpu {
--
2.50.1