diff options
| author | FUKAUMI Naoki <[email protected]> | 2023-04-20 12:00:40 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-04-21 16:09:29 +0800 |
| commit | 7911f409ff20dce5995cc1b703a6e30c94022f6b (patch) | |
| tree | 3fe58fda9d2ee526812acd91d25f3763ef29bbec | |
| parent | fecdeeaec18fea00f18e767dc1d44359752e968b (diff) | |
arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb
enable regulators for usb host function
Signed-off-by: FUKAUMI Naoki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi index 4e791738335..d183e935754 100644 --- a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi +++ b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi @@ -16,3 +16,7 @@ bootph-all; status = "okay"; }; + +&vcc5v0_usb30 { + regulator-boot-on; +}; diff --git a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi index 10226b029ba..801c91af5b4 100644 --- a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi +++ b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi @@ -34,3 +34,11 @@ bootph-all; status = "okay"; }; + +&vcc5v0_usb_host { + regulator-boot-on; +}; + +&vcc5v0_usb_hub { + regulator-boot-on; +}; |
