Skip to content

Commit 272919f

Browse files
committed
ayufan: dts: rock64 make usb5v be up when usb3 is up
1 parent d7d85b9 commit 272919f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

arch/arm64/boot/dts/rockchip/rk3328-rock64.dts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@
7272
pinctrl-names = "default";
7373
pinctrl-0 = <&usb20_host_drv>;
7474
regulator-name = "vcc_host_5v";
75-
regulator-always-on;
76-
regulator-boot-on;
7775
vin-supply = <&vcc_sys>;
7876
};
7977

@@ -454,6 +452,7 @@
454452
&usbdrd3 {
455453
dr_mode = "host";
456454
status = "okay";
455+
vbus-supply = <&vcc_otg_5v>;
457456
};
458457

459458
&usb_host0_ehci {
@@ -464,10 +463,6 @@
464463
status = "okay";
465464
};
466465

467-
&usbdrd3 {
468-
status = "okay";
469-
dr_mode = "host";
470-
};
471466

472467
&vop {
473468
status = "okay";

0 commit comments

Comments
 (0)