Message ID | 1368034636-15865-1-git-send-email-dianders@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, May 08, 2013 at 10:37:16AM -0700, 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@chromium.org> Applied to arm-soc fixes. Thanks, -Olof
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@chromium.org> Acked-by: Jingoo Han <jg1.han@samsung.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@12110000 { > - 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@12110000 { > - samsung,vbus-gpio = <&gpx1 1 1 3 3>; > + samsung,vbus-gpio = <&gpx1 1 0>; > }; > > fixed-rate-clocks { > -- > 1.8.2.1
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@12110000 { - 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@12110000 { - samsung,vbus-gpio = <&gpx1 1 1 3 3>; + samsung,vbus-gpio = <&gpx1 1 0>; }; fixed-rate-clocks {
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@chromium.org> --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +- arch/arm/boot/dts/exynos5250-snow.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)