summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Voytik <voytikd@gmail.com>2019-01-22 23:38:48 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-16 08:21:43 +0200
commit6c550a5db18f29b7336ca295a904b5f1cc7fccbf (patch)
treef9cda01a94aec17fa7970c2ba45c1fe423b5a438
parent573370113b24b79168289fe710c43a720676b9da (diff)
downloadlinux-stable-6c550a5db18f29b7336ca295a904b5f1cc7fccbf.tar.gz
linux-stable-6c550a5db18f29b7336ca295a904b5f1cc7fccbf.tar.bz2
linux-stable-6c550a5db18f29b7336ca295a904b5f1cc7fccbf.zip
arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64
[ Upstream commit 26e2d7b03ea7ff254bf78305aa44dda62e70b78e ] After commit ef05bcb60c1a, boot from USB drives is broken. Fix this problem by enabling usb-host regulators during boot time. Fixes: ef05bcb60c1a ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3328-rock64.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
index c142169a58fc..e9147e35b739 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
@@ -40,6 +40,7 @@
pinctrl-0 = <&usb30_host_drv>;
regulator-name = "vcc_host_5v";
regulator-always-on;
+ regulator-boot-on;
vin-supply = <&vcc_sys>;
};
@@ -50,6 +51,7 @@
pinctrl-0 = <&usb20_host_drv>;
regulator-name = "vcc_host1_5v";
regulator-always-on;
+ regulator-boot-on;
vin-supply = <&vcc_sys>;
};