[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <002501ce4e05$6fe4c630$4fae5290$@samsung.com>
Date: Sat, 11 May 2013 14:07:29 +0900
From: Jingoo Han <jg1.han@...sung.com>
To: 'Doug Anderson' <dianders@...omium.org>,
'Kukjin Kim' <kgene.kim@...sung.com>
Cc: 'Thomas Abraham' <thomas.abraham@...aro.org>,
'Olof Johansson' <olof@...om.net>,
'Simon Glass' <sjg@...omium.org>,
'Alim Akhtar' <alim.akhtar@...sung.com>,
'Tomasz Figa' <tomasz.figa@...il.com>,
'Vivek Gautam' <gautam.vivek@...sung.com>,
'Russell King' <linux@....linux.org.uk>,
'Rahul Sharma' <rahul.sharma@...sung.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Jingoo Han <jg1.han@...sung.com>
Subject: Re: [PATCH] ARM: exynos: dts: Fixed vbus-gpios
On Thursday, May 09, 2013 2:37 AM, Doug Anderson wrote:
>
> The 'samsung,vbus-gpio' was submitted before pinmux landed for
> exynos5250 and uses the old-style gpio specifier. Fix the two
> exynos5250 boards that use it.
>
> Signed-off-by: Doug Anderson <dianders@...omium.org>
Acked-by: Jingoo Han <jg1.han@...sung.com>
Best regards,
Jingoo Han
> ---
> arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +-
> arch/arm/boot/dts/exynos5250-snow.dts | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> index 26d856b..3e0c792 100644
> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> @@ -214,7 +214,7 @@
> };
>
> usb@...10000 {
> - samsung,vbus-gpio = <&gpx2 6 1 3 3>;
> + samsung,vbus-gpio = <&gpx2 6 0>;
> };
>
> dp-controller {
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index bf4744b..d449feb 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -183,7 +183,7 @@
> };
>
> usb@...10000 {
> - samsung,vbus-gpio = <&gpx1 1 1 3 3>;
> + samsung,vbus-gpio = <&gpx1 1 0>;
> };
>
> fixed-rate-clocks {
> --
> 1.8.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists