diff mbox series

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

Message ID 20210416220600.16178-2-tharvey@gateworks.com
State Accepted
Commit 566c537c606714b3e1289a75cc82c8f12a402b42
Delegated to: Stefano Babic
Headers show
Series [1/2] imx: ventana: add delay before reading EEPROM | expand

Commit Message

Tim Harvey April 16, 2021, 10:06 p.m. UTC
Remove the invalid 'regulator-always-on' property to resolve:
starting USB...
Bus usb@2184000: Error enabling VBUS supply (ret=-13)
probe failed, error -13
Bus usb@2184200: USB EHCI 1.00

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

Comments

Stefano Babic May 2, 2021, 11:42 a.m. UTC | #1
> Remove the invalid 'regulator-always-on' property to resolve:
> starting USB...
> Bus usb@2184000: Error enabling VBUS supply (ret=-13)
> probe failed, error -13
> Bus usb@2184200: USB EHCI 1.00
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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;
 	};
 };