All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Harvey <tharvey@gateworks.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/2] arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supply
Date: Fri, 16 Apr 2021 15:06:00 -0700	[thread overview]
Message-ID: <20210416220600.16178-2-tharvey@gateworks.com> (raw)
In-Reply-To: <20210416220600.16178-1-tharvey@gateworks.com>

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@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

  reply	other threads:[~2021-04-16 22:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 22:05 [PATCH 1/2] imx: ventana: add delay before reading EEPROM Tim Harvey
2021-04-16 22:06 ` Tim Harvey [this message]
2021-05-02 11:42   ` [PATCH 2/2] arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supply stefano.babic at babic.homelinux.org
2021-05-02 11:43 ` [PATCH 1/2] imx: ventana: add delay before reading EEPROM stefano.babic at babic.homelinux.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210416220600.16178-2-tharvey@gateworks.com \
    --to=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.