summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6cuboxi.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-04-29 22:28:10 -0300
committerStefano Babic <sbabic@denx.de>2015-05-15 19:20:47 +0200
commite1d74379efff764a41a2e151bd1e4c8fca203755 (patch)
tree8725f837fe5e91f35abe7731710c1fe18006c43f /include/configs/mx6cuboxi.h
parentf68a9c6b3db80f00d62963e788f8dadc0657b2b6 (diff)
downloadblackbird-obmc-uboot-e1d74379efff764a41a2e151bd1e4c8fca203755.tar.gz
blackbird-obmc-uboot-e1d74379efff764a41a2e151bd1e4c8fca203755.zip
mx6cuboxi: Add USB host support
Enable USB Host1 port. Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Tested-By: Vagrant Cascadian <vagrant@aikidev.net>
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r--include/configs/mx6cuboxi.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index 207a2a6d3e..34d24dc2cd 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -82,6 +82,16 @@
#define CONFIG_IMX_HDMI
#define CONFIG_IMX_VIDEO_SKIP
+/* USB */
+#define CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_MX6
+#define CONFIG_USB_STORAGE
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
+#define CONFIG_MXC_USB_FLAGS 0
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+
#define CONFIG_SYS_NO_FLASH
/* Command definition */
OpenPOWER on IntegriCloud