From f5d0383f915bd4d4d211d9958d7819b284276483 Mon Sep 17 00:00:00 2001 From: Zhang Jiejing Date: Fri, 25 May 2012 18:41:50 +0800 Subject: ENGR00210918-1 android: add mx6sl android support - add android build config for mx6sl_arm2 board. - add gpio support for mx6sl - add boot image support - add android recovery support - add fastboot support, but fastboot cannot transfer file. Signed-off-by Zhang Jiejing --- include/usb/imx_udc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/usb') diff --git a/include/usb/imx_udc.h b/include/usb/imx_udc.h index c3238e0..3809640 100644 --- a/include/usb/imx_udc.h +++ b/include/usb/imx_udc.h @@ -33,7 +33,8 @@ #define USB_OTGREGS_BASE (OTG_BASE_ADDR + 0x000) #define USB_H1REGS_BASE (OTG_BASE_ADDR + 0x200) #define USB_H2REGS_BASE (OTG_BASE_ADDR + 0x400) -#if (defined CONFIG_MX6Q || defined CONFIG_MX53 || defined CONFIG_MX51 || CONFIG_MX50) +#if (defined CONFIG_MX51 || defined CONFIG_MX50 || defined CONFIG_MX6Q \ + || 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) #else -- cgit v1.1