mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 10:36:23 +02:00
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>
This commit is contained in:
parent
c4dad11102
commit
d61fa5049f
|
|
@ -555,8 +555,6 @@ &pcie0 {
|
|||
pinctrl-names = "default";
|
||||
/* This property is deprecated, use reset-gpios from the Root Port node. */
|
||||
reset-gpio = <&gpio5 13 GPIO_ACTIVE_LOW>;
|
||||
vpcie-supply = <®_m2_pwr>;
|
||||
vpcie3v3aux-supply = <®_m2_pwr>;
|
||||
supports-clkreq;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -570,6 +568,8 @@ &pcie0_ep {
|
|||
|
||||
&pcie0_port0 {
|
||||
reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
|
||||
vpcie3v3-supply = <®_m2_pwr>;
|
||||
vpcie3v3aux-supply = <®_m2_pwr>;
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
|
|
|
|||
|
|
@ -542,8 +542,6 @@ &pcie0 {
|
|||
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 = <®_pcie0>;
|
||||
vpcie3v3aux-supply = <®_pcie0>;
|
||||
supports-clkreq;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -557,6 +555,8 @@ &pcie0_ep {
|
|||
|
||||
&pcie0_port0 {
|
||||
reset-gpios = <&i2c7_pcal6524 5 GPIO_ACTIVE_LOW>;
|
||||
vpcie3v3-supply = <®_pcie0>;
|
||||
vpcie3v3aux-supply = <®_pcie0>;
|
||||
};
|
||||
|
||||
&pcie1 {
|
||||
|
|
@ -564,8 +564,6 @@ &pcie1 {
|
|||
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 = <®_slot_pwr>;
|
||||
vpcie3v3aux-supply = <®_slot_pwr>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
@ -578,6 +576,8 @@ &pcie1_ep {
|
|||
|
||||
&pcie1_port0 {
|
||||
reset-gpios = <&i2c7_pcal6524 16 GPIO_ACTIVE_LOW>;
|
||||
vpcie3v3-supply = <®_slot_pwr>;
|
||||
vpcie3v3aux-supply = <®_slot_pwr>;
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user