arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb
authorFUKAUMI Naoki <naoki@radxa.com>
Thu, 20 Apr 2023 12:00:40 +0000 (12:00 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 08:09:29 +0000 (16:09 +0800)
enable regulators for usb host function

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
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 4e79173..d183e93 100644 (file)
@@ -16,3 +16,7 @@
        bootph-all;
        status = "okay";
 };
+
+&vcc5v0_usb30 {
+       regulator-boot-on;
+};
index 10226b0..801c91a 100644 (file)
        bootph-all;
        status = "okay";
 };
+
+&vcc5v0_usb_host {
+       regulator-boot-on;
+};
+
+&vcc5v0_usb_hub {
+       regulator-boot-on;
+};