From: Sjoerd Simons Date: Thu, 6 Nov 2014 10:44:31 +0000 (+0100) Subject: exynos: dts: Correct USB vbus-gpio numbering for Snow X-Git-Tag: v2015.01-rc3~54^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2056157f84aac0c996015e43ce824a61bfa8549;p=u-boot exynos: dts: Correct USB vbus-gpio numbering for Snow 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 Acked-by: Simon Glass Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 6fd9275c4e..95af02534c 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -131,11 +131,11 @@ }; ehci@12110000 { - samsung,vbus-gpio = <&gpio 0x309 0>; /* X11 */ + samsung,vbus-gpio = <&gpio 0xb1 0>; /* X11 */ }; xhci@12000000 { - samsung,vbus-gpio = <&gpio 0x317 0>; /* X27 */ + samsung,vbus-gpio = <&gpio 0xbf 0>; /* X27 */ }; tmu@10060000 {