summaryrefslogtreecommitdiff
path: root/include/usb
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-03-02 21:06:23 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:00:32 +0800
commitbac2fceb67056eca6a6a3e85cac5aa90a73624b8 (patch)
treeb2c918658ceac4ab762a61f1e6564aa174e3146c /include/usb
parenteefcd91b30a0ee7ae2f0f3d03d4f4e667374443b (diff)
downloadu-boot-imx-bac2fceb67056eca6a6a3e85cac5aa90a73624b8.zip
u-boot-imx-bac2fceb67056eca6a6a3e85cac5aa90a73624b8.tar.gz
u-boot-imx-bac2fceb67056eca6a6a3e85cac5aa90a73624b8.tar.bz2
MLK-10363-1 udc: Update i.MX udc driver to support MX7
Update driver codes and registers define for MX7. Implement udc callback function in MX7 arch. Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit e55c4f7bf5a66b34c2d01c42bac667cb3789b0c1) Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/imx_udc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usb/imx_udc.h b/include/usb/imx_udc.h
index 51e33d7..1269497 100644
--- a/include/usb/imx_udc.h
+++ b/include/usb/imx_udc.h
@@ -16,6 +16,8 @@
|| defined CONFIG_MX53 || defined CONFIG_MX6DL || defined CONFIG_MX6SL)
#define USB_H3REGS_BASE (OTG_BASE_ADDR + 0x600)
#define USB_OTHERREGS_BASE (OTG_BASE_ADDR + 0x800)
+#elif (defined CONFIG_MX7)
+#define USB_OTHERREGS_BASE (OTG_BASE_ADDR + 0x200)
#else
#define USB_OTHERREGS_BASE (OTG_BASE_ADDR + 0x600)
#endif