From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Fri, 16 Apr 2021 15:06:00 -0700 Subject: [PATCH 2/2] arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supply In-Reply-To: <20210416220600.16178-1-tharvey@gateworks.com> References: <20210416220600.16178-1-tharvey@gateworks.com> Message-ID: <20210416220600.16178-2-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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