diff options
author | Vipin KUMAR <vipin.kumar@st.com> | 2012-03-06 23:39:39 +0000 |
---|---|---|
committer | Marek Vasut <marek.vasut@gmail.com> | 2012-03-19 00:08:17 +0100 |
commit | 23b0e6946b9794266a2b699030b7b75c3fffb81d (patch) | |
tree | a7d86d62f014af62e321137c52266aa7ee61d508 /include | |
parent | dc3e77391859f49a7b0ff403d5708f5d6ea7aba8 (diff) | |
download | u-boot-imx-23b0e6946b9794266a2b699030b7b75c3fffb81d.zip u-boot-imx-23b0e6946b9794266a2b699030b7b75c3fffb81d.tar.gz u-boot-imx-23b0e6946b9794266a2b699030b7b75c3fffb81d.tar.bz2 |
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')
-rw-r--r-- | include/usb/designware_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h index ae98e8c..18b7c19 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 |