summaryrefslogtreecommitdiffstats
path: root/include/usb
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2012-03-06 23:39:39 +0000
committerMarek Vasut <marek.vasut@gmail.com>2012-03-19 00:08:17 +0100
commit23b0e6946b9794266a2b699030b7b75c3fffb81d (patch)
treea7d86d62f014af62e321137c52266aa7ee61d508 /include/usb
parentdc3e77391859f49a7b0ff403d5708f5d6ea7aba8 (diff)
downloadblackbird-obmc-uboot-23b0e6946b9794266a2b699030b7b75c3fffb81d.tar.gz
blackbird-obmc-uboot-23b0e6946b9794266a2b699030b7b75c3fffb81d.zip
USB:gadget:designware Support high speed
This patch adds the support for usb device high speed for designware peripheral. Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/designware_udc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h
index ae98e8c2c2..18b7c19af2 100644
--- a/include/usb/designware_udc.h
+++ b/include/usb/designware_udc.h
@@ -197,6 +197,7 @@ struct udcfifo_regs {
#define UDC_INT_PACKET_SIZE 64
#define UDC_OUT_ENDPOINT 2
#define UDC_BULK_PACKET_SIZE 64
+#define UDC_BULK_HS_PACKET_SIZE 512
#define UDC_IN_ENDPOINT 3
#define UDC_OUT_PACKET_SIZE 64
#define UDC_IN_PACKET_SIZE 64
OpenPOWER on IntegriCloud