[PATCH 2/2] arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supply

Tim Harvey tharvey at gateworks.com
Sat Apr 17 00:06:00 CEST 2021


Remove the invalid 'regulator-always-on' property to resolve:
starting USB...
Bus usb at 2184000: Error enabling VBUS supply (ret=-13)
probe failed, error -13
Bus usb at 2184200: USB EHCI 1.00

Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 arch/arm/dts/imx6qdl-gw552x.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/dts/imx6qdl-gw552x.dtsi b/arch/arm/dts/imx6qdl-gw552x.dtsi
index 5462907f12..7935b10eab 100644
--- a/arch/arm/dts/imx6qdl-gw552x.dtsi
+++ b/arch/arm/dts/imx6qdl-gw552x.dtsi
@@ -120,7 +120,6 @@
 		regulator-name = "5P0V";
 		regulator-min-microvolt = <5000000>;
 		regulator-max-microvolt = <5000000>;
-		regulator-always-on;
 	};
 };
 
-- 
2.17.1



More information about the U-Boot mailing list