Re: [U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:22, Simon Glass s...@chromium.org wrote:
 Switch snow over to use both EHCI and XHCI at the same time.

 Signed-off-by: Simon Glass s...@chromium.org
 ---

 Changes in v2: None

  include/configs/snow.h | 2 ++
  1 file changed, 2 insertions(+)

Applied to u-boot-dm/next.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow

2015-03-25 Thread Simon Glass
Switch snow over to use both EHCI and XHCI at the same time.

Signed-off-by: Simon Glass s...@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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot