[U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow
Simon Glass
sjg at chromium.org
Wed Mar 25 19:22:57 CET 2015
Switch snow over to use both EHCI and XHCI at the same time.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
include/configs/snow.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/snow.h b/include/configs/snow.h
index fe802f2..e024955 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -26,7 +26,9 @@
#define CONFIG_ARCH_EARLY_INIT_R
#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"
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list