summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2014-08-20 15:09:03 +0300
committerStefano Babic <sbabic@denx.de>2014-09-09 15:37:08 +0200
commit0f3effb99fdabf41e6152e5aec2e5fceee7616f9 (patch)
treef3c8ed7b1a77449ca9df0efbb917c9dfad1cd098 /include
parent02b1343e4a1430dc9ed750b95ed7cd961f06a456 (diff)
downloadblackbird-obmc-uboot-0f3effb99fdabf41e6152e5aec2e5fceee7616f9.tar.gz
blackbird-obmc-uboot-0f3effb99fdabf41e6152e5aec2e5fceee7616f9.zip
arm: mx6: cm_fx6: add usb support
Add USB and USB OTG host support for Compulab CM-FX6 CoM. Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Stefano Babic <sbabic@denx.de> Cc: Tom Rini <trini@ti.com> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'include')
-rw-r--r--include/configs/cm_fx6.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 22b3376cec..0c25dda39c 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -200,6 +200,16 @@
#define CONFIG_NETMASK 255.255.255.0
#define CONFIG_NET_RETRY_COUNT 5
+/* USB */
+#define CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_MX6
+#define CONFIG_USB_STORAGE
+#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_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
+
/* GPIO */
#define CONFIG_MXC_GPIO
OpenPOWER on IntegriCloud