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>
This commit is contained in:
Sjoerd Simons 2014-11-06 11:44:31 +01:00 committed by Minkyu Kang
parent cf3c03b173
commit c2056157f8
1 changed files with 2 additions and 2 deletions

View File

@ -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 {