]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix OMAP2430 booting issue
authorKhasim Syed Mohammed <x0khasim@ti.com>
Tue, 9 Jan 2007 23:36:37 +0000 (15:36 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Jan 2007 23:36:37 +0000 (15:36 -0800)
This patch is to fix the 2430 booting issue due to wrong base address
for 32K timer

Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/common.c

index 453f887b024675430d80c2f1319924adb080e832..2a72b9a4401937902ef14121c4fc1d92a666138f 100644 (file)
@@ -191,8 +191,10 @@ console_initcall(omap_add_serial_console);
 
 #if defined(CONFIG_ARCH_OMAP16XX)
 #define TIMER_32K_SYNCHRONIZED         0xfffbc410
-#elif defined(CONFIG_ARCH_OMAP24XX)
+#elif defined(CONFIG_ARCH_OMAP2420)
 #define TIMER_32K_SYNCHRONIZED         0x48004010
+#elif defined(CONFIG_ARCH_OMAP2430)
+#define TIMER_32K_SYNCHRONIZED         0x49020010
 #endif
 
 #ifdef TIMER_32K_SYNCHRONIZED