summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSherry Sun <sherry.sun@nxp.com>2026-07-01 18:52:34 +0800
committerFrank Li <Frank.Li@nxp.com>2026-07-06 10:38:14 -0400
commitd61fa5049fcfd3a9d048038acf6c0d5993baee12 (patch)
tree57f2e9750919c5fa78783bf99f2fc80b3014af37
parentc4dad11102b34dfcb8facb29b0270f8fd71206d3 (diff)
downloadlinux-d61fa5049fcfd3a9d048038acf6c0d5993baee12.tar.gz
linux-d61fa5049fcfd3a9d048038acf6c0d5993baee12.zip
arm64: dts: imx95: Move power supply properties to Root Port node
Move the power supply properties from the PCIe controller nodes to the Root Port child nodes to support the new PCI pwrctrl framework. Since i.MX95 is the new platform that under development phase, it should be fine to simply move the power supply properties. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts4
-rw-r--r--arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts8
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
index 7d820a0f80b2..6aedcbbe915a 100644
--- a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
@@ -555,8 +555,6 @@
pinctrl-names = "default";
/* This property is deprecated, use reset-gpios from the Root Port node. */
reset-gpio = <&gpio5 13 GPIO_ACTIVE_LOW>;
- vpcie-supply = <&reg_m2_pwr>;
- vpcie3v3aux-supply = <&reg_m2_pwr>;
supports-clkreq;
status = "disabled";
};
@@ -570,6 +568,8 @@
&pcie0_port0 {
reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
+ vpcie3v3-supply = <&reg_m2_pwr>;
+ vpcie3v3aux-supply = <&reg_m2_pwr>;
};
&sai1 {
diff --git a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
index 2e463bc7c601..340ab0253ec2 100644
--- a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
@@ -542,8 +542,6 @@
pinctrl-names = "default";
/* This property is deprecated, use reset-gpios from the Root Port node. */
reset-gpio = <&i2c7_pcal6524 5 GPIO_ACTIVE_LOW>;
- vpcie-supply = <&reg_pcie0>;
- vpcie3v3aux-supply = <&reg_pcie0>;
supports-clkreq;
status = "okay";
};
@@ -557,6 +555,8 @@
&pcie0_port0 {
reset-gpios = <&i2c7_pcal6524 5 GPIO_ACTIVE_LOW>;
+ vpcie3v3-supply = <&reg_pcie0>;
+ vpcie3v3aux-supply = <&reg_pcie0>;
};
&pcie1 {
@@ -564,8 +564,6 @@
pinctrl-names = "default";
/* This property is deprecated, use reset-gpios from the Root Port node. */
reset-gpio = <&i2c7_pcal6524 16 GPIO_ACTIVE_LOW>;
- vpcie-supply = <&reg_slot_pwr>;
- vpcie3v3aux-supply = <&reg_slot_pwr>;
status = "okay";
};
@@ -578,6 +576,8 @@
&pcie1_port0 {
reset-gpios = <&i2c7_pcal6524 16 GPIO_ACTIVE_LOW>;
+ vpcie3v3-supply = <&reg_slot_pwr>;
+ vpcie3v3aux-supply = <&reg_slot_pwr>;
};
&sai1 {