odroid-XU3: Add entry for DTS EHCI GPIO
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 5 Dec 2014 20:26:10 +0000 (21:26 +0100)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 22 Dec 2014 11:48:01 +0000 (20:48 +0900)
Add samsung,vbus-gpio information for the XU3. This allows the usage of
the EHCI controller on the XU3, which is connected to the SMSC LAN9514
chip (usb hub + network).

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos5422-odroidxu3.dts
include/configs/odroid_xu3.h

index cff32a9..79a7acd 100644 (file)
                        0xb0000000 0xea00000>;
        };
 
+       ehci@12110000 {
+               samsung,vbus-gpio = <&gpio 0x66 0>; /* X26 */
+       };
+
        serial@12C20000 {
                status="okay";
        };
index a92b5cc..9fa8660 100644 (file)
 
 #define CONFIG_DEFAULT_CONSOLE         "console=ttySAC2,115200n8\0"
 
+/* USB */
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_EXYNOS
+
 /* FIXME: MUST BE REMOVED AFTER TMU IS TURNED ON */
 #undef CONFIG_EXYNOS_TMU
 #undef CONFIG_TMU_CMD_DTT