]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 f91740c1c0c8cca3242354eb3617409df745b599..57b77151c57cb76adcb098ea14ed434b54460074 100644 (file)
@@ -77,7 +77,3 @@
        bootph-all;
        status = "okay";
 };
-
-&vcc5v0_usb30 {
-       regulator-boot-on;
-};
index 9ee7b494ee25f72feff4f52dbb9c2a42f8050e39..a6cee5609dfd503a63d46439fa75b8eb138df077 100644 (file)
        bootph-all;
        status = "okay";
 };
-
-&vcc5v0_usb_host {
-       regulator-boot-on;
-};
-
-&vcc5v0_usb_hub {
-       regulator-boot-on;
-};