From: Paul Walmsley Date: Thu, 3 May 2007 22:53:02 +0000 (-0600) Subject: omap2: add OMAP3430 modules to prcm_common.h X-Git-Tag: v2.6.22-omap1~84 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5a31e024cb5955e4a3f871648aca88f6c3940808;p=linux-2.6-omap-h63xx.git omap2: add OMAP3430 modules to prcm_common.h Add 3430-specific module offset defines to prcm_common.h. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/prcm_common.h b/arch/arm/mach-omap2/prcm_common.h index 5220b059e43..d2e1bfc8050 100644 --- a/arch/arm/mach-omap2/prcm_common.h +++ b/arch/arm/mach-omap2/prcm_common.h @@ -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 @@ -32,6 +32,16 @@ #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 */