Skip to content

Commit 6e0dabc

Browse files
committed
arm: dts: rock-4c-plus: fix vcc5v0_host power settings
1. Set vcc5v0_host vin-supply to vcc5v0_usb2 [1]. 2. Set vcc5v0_usb2 always-on To fix usb_boot. [1] https://dl.radxa.com/rockpi4/docs/hw/rockpi4/rockpi4c_plus_v12_sch_220304.pdf Signed-off-by: Jiali Chen <[email protected]>
1 parent a34836a commit 6e0dabc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm/dts/rk3399-rock-4c-plus.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
pinctrl-names = "default";
5353
pinctrl-0 = <&vcc5v0_host_en>;
5454
regulator-name = "vcc5v0_host";
55-
vin-supply = <&vcc5v0_sys>;
55+
vin-supply = <&vcc5v0_usb2>;
5656
};
5757

5858
clkin_gmac: external-gmac-clock {
@@ -443,6 +443,8 @@
443443
};
444444

445445
vcc5v0_usb2: SWITCH_REG1 {
446+
regulator-always-on;
447+
regulator-boot-on;
446448
regulator-min-microvolt = <5000000>;
447449
regulator-max-microvolt = <5000000>;
448450

0 commit comments

Comments
 (0)