arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb

enable regulators for usb host function

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
FUKAUMI Naoki
2023-04-21 16:09:29 +08:00
committed by Kever Yang
parent fecdeeaec1
commit 7911f409ff
2 changed files with 12 additions and 0 deletions
@@ -16,3 +16,7 @@
bootph-all;
status = "okay";
};
&vcc5v0_usb30 {
regulator-boot-on;
};
+8
View File
@@ -34,3 +34,11 @@
bootph-all;
status = "okay";
};
&vcc5v0_usb_host {
regulator-boot-on;
};
&vcc5v0_usb_hub {
regulator-boot-on;
};