Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb"
authorJonas Karlman <jonas@kwiboo.se>
Sun, 30 Jul 2023 22:59:54 +0000 (22:59 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 31 Jul 2023 06:40:38 +0000 (14:40 +0800)
Remove regulator-boot-on prop from regulators now that the phy core has
support for phy-supply after the commit c57e0dcd9384 ("phy: add support
for phy-supply").

This reverts commit 7911f409ff20dce5995cc1b703a6e30c94022f6b.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
arch/arm/dts/rk3568-rock-3a-u-boot.dtsi

index f91740c..57b7715 100644 (file)
@@ -77,7 +77,3 @@
        bootph-all;
        status = "okay";
 };
-
-&vcc5v0_usb30 {
-       regulator-boot-on;
-};
index 9ee7b49..a6cee56 100644 (file)
        bootph-all;
        status = "okay";
 };
-
-&vcc5v0_usb_host {
-       regulator-boot-on;
-};
-
-&vcc5v0_usb_hub {
-       regulator-boot-on;
-};