diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-04-29 22:28:10 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-15 19:20:47 +0200 |
commit | e1d74379efff764a41a2e151bd1e4c8fca203755 (patch) | |
tree | 8725f837fe5e91f35abe7731710c1fe18006c43f /include | |
parent | f68a9c6b3db80f00d62963e788f8dadc0657b2b6 (diff) | |
download | u-boot-imx-e1d74379efff764a41a2e151bd1e4c8fca203755.zip u-boot-imx-e1d74379efff764a41a2e151bd1e4c8fca203755.tar.gz u-boot-imx-e1d74379efff764a41a2e151bd1e4c8fca203755.tar.bz2 |
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')
-rw-r--r-- | include/configs/mx6cuboxi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 207a2a6..34d24dc 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 */ |