summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-02 05:17:29 +0000
committerStefano Babic <sbabic@denx.de>2013-03-07 17:22:58 +0100
commitebe1d17006001adfa375335acdd56f326264aeb8 (patch)
tree92ae78347ead6e1de90d60d690a1b4175ec4f18b /include
parente895aa45b93a2d27e6720c40f869c01854d3ca09 (diff)
downloadtalos-obmc-uboot-ebe1d17006001adfa375335acdd56f326264aeb8.tar.gz
talos-obmc-uboot-ebe1d17006001adfa375335acdd56f326264aeb8.zip
mx23_olinuxino: Enable USB support
This enabled USB support for the mx23_olinuxino board. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx23_olinuxino.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h
index d01994400a..90dda01448 100644
--- a/include/configs/mx23_olinuxino.h
+++ b/include/configs/mx23_olinuxino.h
@@ -60,6 +60,7 @@
#define CONFIG_CMD_GPIO
#define CONFIG_CMD_LED
#define CONFIG_CMD_MMC
+#define CONFIG_CMD_USB
/*
* Memory configurations
@@ -140,6 +141,16 @@
*/
#define CONFIG_APBH_DMA
+/* USB */
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_MXS
+#define CONFIG_EHCI_MXS_PORT0
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
+#define CONFIG_EHCI_IS_TDI
+#define CONFIG_USB_STORAGE
+#endif
+
/*
* Boot Linux
*/
OpenPOWER on IntegriCloud