summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/exynos5250-snow.dts
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2014-11-06 11:44:31 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-11-17 19:12:30 +0900
commitc2056157f84aac0c996015e43ce824a61bfa8549 (patch)
treef12997d31a1e19f43e6faa44963cd4c8b3945e41 /arch/arm/dts/exynos5250-snow.dts
parentcf3c03b173038c51c19b1d871f225fc0c62f2a85 (diff)
downloadblackbird-obmc-uboot-c2056157f84aac0c996015e43ce824a61bfa8549.tar.gz
blackbird-obmc-uboot-c2056157f84aac0c996015e43ce824a61bfa8549.zip
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 <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/exynos5250-snow.dts')
-rw-r--r--arch/arm/dts/exynos5250-snow.dts4
1 files changed, 2 insertions, 2 deletions
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 {
OpenPOWER on IntegriCloud