]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
omap2: add OMAP3430 modules to prcm_common.h
authorPaul Walmsley <paul@pwsan.com>
Thu, 3 May 2007 22:53:02 +0000 (16:53 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 18:28:16 +0000 (11:28 -0700)
Add 3430-specific module offset defines to prcm_common.h.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/prcm_common.h

index 5220b059e430b9886994694b42f9a12145e35a9a..d2e1bfc8050661f12a0514845e8b49b81fb961dc 100644 (file)
@@ -2,7 +2,7 @@
 #define __ARCH_ASM_MACH_OMAP2_PRCM_COMMON_H
 
 /*
- * OMAP2 PRCM base and module definitions
+ * OMAP2/3 PRCM base and module definitions
  *
  * Copyright (C) 2007 Texas Instruments, Inc.
  * Copyright (C) 2007 Nokia Corporation
 
 #define OMAP2430_MDM_MOD                               0xc00
 
+/* IVA2 module is < base on 3430 */
+#define OMAP3430_IVA2_MOD                              -0x800
+#define OMAP3430_CCR_MOD                               PLL_MOD
+#define OMAP3430_DSS_MOD                               0x600
+#define OMAP3430_CAM_MOD                               0x700
+#define OMAP3430_PER_MOD                               0x800
+#define OMAP3430_EMU_MOD                               0x900
+#define OMAP3430_GR_MOD                                        0xa00
+#define OMAP3430_NEON_MOD                              0xb00
+
 
 /* 24XX register bits shared between CM & PRM registers */