ARM: dts: stm32: osd32: move usb phy power to common
authorSean Nyekjaer <sean@geanix.com>
Wed, 22 May 2024 08:23:29 +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] usb phy power is
hard-wired internally in the SIP module to 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 527c33be66cc003d27d83180a3650dbd27b9009a..854dfecd801f1a7bc690d2a88f4194c96c5d6fea 100644 (file)
 &usbphyc {
        status = "okay";
 };
-
-&usbphyc_port0 {
-       phy-supply = <&vdd_usb>;
-};
-
-&usbphyc_port1 {
-       phy-supply = <&vdd_usb>;
-};
index cfaf8adde319fc2bc536a6bc17270d0d074456b8..aa28043c30fb2ad934d7a819af585c92c2f2c66a 100644 (file)
@@ -590,14 +590,6 @@ baseboard_eeprom: &sip_eeprom {
        status = "okay";
 };
 
-&usbphyc_port0 {
-       phy-supply = <&vdd_usb>;
-};
-
-&usbphyc_port1 {
-       phy-supply = <&vdd_usb>;
-};
-
 &vrefbuf {
        regulator-min-microvolt = <2500000>;
        regulator-max-microvolt = <2500000>;
index aeb71c41a734a825b1806d8949db4f5a5b1c7187..ae01e7a5339eed9a737b9444dc314631e80dc252 100644 (file)
 &rng1 {
        status = "okay";
 };
+
+&usbphyc_port0 {
+       phy-supply = <&vdd_usb>;
+};
+
+&usbphyc_port1 {
+       phy-supply = <&vdd_usb>;
+};