summaryrefslogtreecommitdiff
path: root/include/configs/spear-common.h
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2012-05-07 07:36:50 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 12:07:41 (GMT)
commit507266845025e0ff44892130292d51345596b0ba (patch)
treeeb38532944899dcd23ab54765d38627c93d5effd /include/configs/spear-common.h
parent0b7ff3f4595f751ca796456f536c50cae498351d (diff)
downloadu-boot-fsl-qoriq-507266845025e0ff44892130292d51345596b0ba.tar.xz
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>
Diffstat (limited to 'include/configs/spear-common.h')
-rw-r--r--include/configs/spear-common.h1
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"