diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2014-05-27 18:40:51 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-06-13 10:17:01 -0500 |
commit | 9887413a1bc0554469f20e3b4511878881563dfc (patch) | |
tree | c1a78791f20272396499fba7e5c3c0fd39e03894 /include/configs/mx6slevk.h | |
parent | 6d87677d499f71a0ed3994f414bdbf9a7e6a4099 (diff) | |
download | u-boot-imx-9887413a1bc0554469f20e3b4511878881563dfc.zip u-boot-imx-9887413a1bc0554469f20e3b4511878881563dfc.tar.gz u-boot-imx-9887413a1bc0554469f20e3b4511878881563dfc.tar.bz2 |
ENGR00315499-15 ARM:imx6sl:evk Add USB HOST support
Enable the USB EHCI for the imx6slevk board. Add VBUS control
pin settings and related BSP codes.
Signed-off-by: Ye.Li <B37916@freescale.com>
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r-- | include/configs/mx6slevk.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 40de740..1705dc4 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -238,4 +238,16 @@ #endif #endif /* CONFIG_SPLASH_SCREEN */ +/* USB Configs */ +#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_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) +#define CONFIG_MXC_USB_FLAGS 0 +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 + #endif /* __CONFIG_H */ |