ARM: dts: stm32: osd32: move pwr_regulators to common
authorSean Nyekjaer <sean@geanix.com>
Wed, 22 May 2024 08:23:30 +0000 (10:23 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 5 Jun 2024 08:46:34 +0000 (10:46 +0200)
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>
arch/arm/boot/dts/st/stm32mp157c-osd32mp1-red.dts
arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi
arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi

index 854dfecd801f1a7bc690d2a88f4194c96c5d6fea..36e6055b566501e739385ae8ad7775d544b7918b 100644 (file)
        status = "okay";
 };
 
-&pwr_regulators {
-       vdd-supply = <&vdd>;
-       vdd_3v3_usbfs-supply = <&vdd_usb>;
-};
-
 &rtc {
        status = "okay";
 };
index aa28043c30fb2ad934d7a819af585c92c2f2c66a..c87fd96cbd91897bb724a235689e425f7dbf39f6 100644 (file)
@@ -379,11 +379,6 @@ baseboard_eeprom: &sip_eeprom {
        };
 };
 
-&pwr_regulators {
-       vdd-supply = <&vdd>;
-       vdd_3v3_usbfs-supply = <&vdd_usb>;
-};
-
 &rtc {
        status = "okay";
 };
index ae01e7a5339eed9a737b9444dc314631e80dc252..2022a1fa31cabf0c4ae39ee425d451cb6636182b 100644 (file)
        status = "okay";
 };
 
+&pwr_regulators {
+       vdd-supply = <&vdd>;
+       vdd_3v3_usbfs-supply = <&vdd_usb>;
+};
+
 &usbphyc_port0 {
        phy-supply = <&vdd_usb>;
 };