From: Tony Lindgren Date: Wed, 16 May 2007 17:45:04 +0000 (-0700) Subject: Sync timer32k offsets with omap-fixes branch X-Git-Tag: v2.6.22-omap1~151 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=848874e7754793b86de973f25db907daa2b0a6dd;p=linux-2.6-omap-h63xx.git Sync timer32k offsets with omap-fixes branch Sync timer32k offsets with omap-fixes branch Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c index 1e106d18b18..e03ace4eace 100644 --- a/arch/arm/plat-omap/common.c +++ b/arch/arm/plat-omap/common.c @@ -191,10 +191,8 @@ console_initcall(omap_add_serial_console); #if defined(CONFIG_ARCH_OMAP16XX) #define TIMER_32K_SYNCHRONIZED 0xfffbc410 -#elif defined(CONFIG_ARCH_OMAP2420) -#define TIMER_32K_SYNCHRONIZED 0x48004010 -#elif defined(CONFIG_ARCH_OMAP2430) -#define TIMER_32K_SYNCHRONIZED 0x49020010 +#elif defined(CONFIG_ARCH_OMAP24XX) +#define TIMER_32K_SYNCHRONIZED (OMAP24XX_32KSYNCT_BASE + 0x10) #endif #ifdef TIMER_32K_SYNCHRONIZED