public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] exynos: dts: Correct USB vbus-gpio numbering for Snow
Date: Mon, 17 Nov 2014 23:04:35 +0900	[thread overview]
Message-ID: <546A0073.5050906@samsung.com> (raw)
In-Reply-To: <1415270671-14881-1-git-send-email-sjoerd.simons@collabora.co.uk>

On 06/11/14 19:44, Sjoerd Simons wrote:
> The current vbus GPIOs on snow make very little sense, their number is
> far above the maximum. As a result, USB doesn't work on snow.
> 
> Correct the GPIO numbering so they match the current scheme for exynos5.
> Tested both EHCI and XHCI to correctly work after this change.
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> ---
>  arch/arm/dts/exynos5250-snow.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts
> index 6fd9275..95af025 100644
> --- a/arch/arm/dts/exynos5250-snow.dts
> +++ b/arch/arm/dts/exynos5250-snow.dts
> @@ -131,11 +131,11 @@
>  	};
>  
>  	ehci at 12110000 {
> -		samsung,vbus-gpio = <&gpio 0x309 0>; /* X11 */
> +		samsung,vbus-gpio = <&gpio 0xb1 0>; /* X11 */
>  	};
>  
>  	xhci at 12000000 {
> -		samsung,vbus-gpio = <&gpio 0x317 0>; /* X27 */
> +		samsung,vbus-gpio = <&gpio 0xbf 0>; /* X27 */
>  	};
>  
>  	tmu at 10060000 {
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2014-11-17 14:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 10:44 [U-Boot] [PATCH] exynos: dts: Correct USB vbus-gpio numbering for Snow Sjoerd Simons
2014-11-07 17:06 ` Simon Glass
2014-11-17 14:04 ` Minkyu Kang [this message]

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=546A0073.5050906@samsung.com \
    --to=mk7.kang@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox