Commit 848874e7 authored by Tony Lindgren's avatar Tony Lindgren

Sync timer32k offsets with omap-fixes branch

Sync timer32k offsets with omap-fixes branch
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6a7bcae2
...@@ -191,10 +191,8 @@ console_initcall(omap_add_serial_console); ...@@ -191,10 +191,8 @@ console_initcall(omap_add_serial_console);
#if defined(CONFIG_ARCH_OMAP16XX) #if defined(CONFIG_ARCH_OMAP16XX)
#define TIMER_32K_SYNCHRONIZED 0xfffbc410 #define TIMER_32K_SYNCHRONIZED 0xfffbc410
#elif defined(CONFIG_ARCH_OMAP2420) #elif defined(CONFIG_ARCH_OMAP24XX)
#define TIMER_32K_SYNCHRONIZED 0x48004010 #define TIMER_32K_SYNCHRONIZED (OMAP24XX_32KSYNCT_BASE + 0x10)
#elif defined(CONFIG_ARCH_OMAP2430)
#define TIMER_32K_SYNCHRONIZED 0x49020010
#endif #endif
#ifdef TIMER_32K_SYNCHRONIZED #ifdef TIMER_32K_SYNCHRONIZED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment