]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/devs/usb/mxc/v2_0/include/mxc-hardware.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / usb / mxc / v2_0 / include / mxc-hardware.h
index 65d86cba54e6e0a9c4ef92d174ce1c50f24c6e81..6c7f1afa2f9842c937424804dc9c3fcdd41c8e5d 100644 (file)
@@ -40,10 +40,8 @@ typedef unsigned char u8;
 #define MUX_CTL_BIT_LEN         8
 #endif
 
-#if defined (CONFIG_ARCH_MXC91331) || defined(CONFIG_ARCH_MXC91321)
+#if defined (CONFIG_ARCH_MXC91321)
 #define OTG_BASE_ADDR           0x50020000
-#elif defined (CONFIG_ARCH_MXC91231) || defined (CONFIG_ARCH_MXC91131)
-#define OTG_BASE_ADDR           0x50024000
 #endif
 
 #define OTG_CORE_BASE                  (OTG_BASE_ADDR+0x000)   
@@ -52,11 +50,7 @@ typedef unsigned char u8;
 #define OTG_EP_BASE                    (OTG_BASE_ADDR+0x400)   
 #define OTG_SYS_BASE                   (OTG_BASE_ADDR+0x600)   
 
-#if defined (CONFIG_ARCH_MXC91231)
-#define OTG_DATA_BASE           (OTG_BASE_ADDR+0x4000) 
-#else                          
 #define OTG_DATA_BASE           (OTG_BASE_ADDR+0x1000) 
-#endif 
 
 #define SYS_CTRL_OTG_WU_INT_STAT                (1 << 26)
 #define SYS_CTRL_FNT_WU_INT_STAT                (1 << 24)