ARM: dts: stm32: osd32: move pwr_regulators to common

According to the OSD32MP1 Power System overview[1] pwr_regulators;
vdd-supply and vdd_3v3_usbfs-supply are hard-wired internally in
the SIP module to vdd and ldo4.

[1]:
https://octavosystems.com/app_notes/osd32mp1-power-system-overview/#connections

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Sean Nyekjaer 2024-05-22 10:23:30 +02:00 committed by Alexandre Torgue
parent 7010a17fb1
commit f37c8d3ba5
3 changed files with 5 additions and 10 deletions

View File

@ -147,11 +147,6 @@ &m_can1 {
status = "okay";
};
&pwr_regulators {
vdd-supply = <&vdd>;
vdd_3v3_usbfs-supply = <&vdd_usb>;
};
&rtc {
status = "okay";
};

View File

@ -379,11 +379,6 @@ regulators {
};
};
&pwr_regulators {
vdd-supply = <&vdd>;
vdd_3v3_usbfs-supply = <&vdd_usb>;
};
&rtc {
status = "okay";
};

View File

@ -215,6 +215,11 @@ &rng1 {
status = "okay";
};
&pwr_regulators {
vdd-supply = <&vdd>;
vdd_3v3_usbfs-supply = <&vdd_usb>;
};
&usbphyc_port0 {
phy-supply = <&vdd_usb>;
};