From: Simon Glass <sjg@chromium.org>
Date: Wed, 25 Mar 2015 18:22:57 +0000 (-0600)
Subject: dm: usb: exynos: Enable both USB ports on snow
X-Git-Tag: v2025.01-rc5-pxa1908~13239
X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B?a=commitdiff_plain;h=78ab40b3e5c46a076b2c7138d3ce10d640fd6a55;p=u-boot.git

dm: usb: exynos: Enable both USB ports on snow

Switch snow over to use both EHCI and XHCI at the same time.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
---

diff --git a/include/configs/snow.h b/include/configs/snow.h
index 0b30791648..a2fb3f9808 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -25,7 +25,9 @@
 #define CONFIG_BOARD_COMMON
 
 #define CONFIG_USB_XHCI
+#define CONFIG_USB_EHCI
 #define CONFIG_USB_XHCI_EXYNOS
+#define CONFIG_USB_EHCI_EXYNOS
 
 #define CONFIG_SYS_PROMPT		"snow # "
 #define CONFIG_IDENT_STRING		" for snow"