diff options
author | Vipin KUMAR <vipin.kumar@st.com> | 2012-05-07 13:06:50 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:41 +0200 |
commit | 507266845025e0ff44892130292d51345596b0ba (patch) | |
tree | eb38532944899dcd23ab54765d38627c93d5effd | |
parent | 0b7ff3f4595f751ca796456f536c50cae498351d (diff) | |
download | u-boot-imx-507266845025e0ff44892130292d51345596b0ba.zip u-boot-imx-507266845025e0ff44892130292d51345596b0ba.tar.gz u-boot-imx-507266845025e0ff44892130292d51345596b0ba.tar.bz2 |
SPEAr: Enable usb device high speed support
This patch enables the support for usb high speed device for spear platform SOCs
Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | include/configs/spear-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index c2dff8b..ec97896 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -41,6 +41,7 @@ /* USBD driver configuration */ #define CONFIG_DW_UDC #define CONFIG_USB_DEVICE +#define CONFIG_USBD_HS #define CONFIG_USB_TTY #define CONFIG_USBD_PRODUCT_NAME "SPEAr SoC" |