Skip to content

Commit 26e2d7b

Browse files
dvoytikmmind
authored andcommitted
arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64
After commit ef05bcb, boot from USB drives is broken. Fix this problem by enabling usb-host regulators during boot time. Fixes: ef05bcb ("arm64: dts: rockchip: fix vcc_host1_5v pin assign on rk3328-rock64") Cc: stable@vger.kernel.org Signed-off-by: Dmitry Voytik <voytikd@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 26cd865 commit 26e2d7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
pinctrl-0 = <&usb30_host_drv>;
4141
regulator-name = "vcc_host_5v";
4242
regulator-always-on;
43+
regulator-boot-on;
4344
vin-supply = <&vcc_sys>;
4445
};
4546

@@ -51,6 +52,7 @@
5152
pinctrl-0 = <&usb20_host_drv>;
5253
regulator-name = "vcc_host1_5v";
5354
regulator-always-on;
55+
regulator-boot-on;
5456
vin-supply = <&vcc_sys>;
5557
};
5658

0 commit comments

Comments
 (0)