* [PATCH] To fix OMAP2430 booting issue
@ 2007-01-09 11:23 Syed Mohammed, Khasim
2007-01-09 23:36 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Syed Mohammed, Khasim @ 2007-01-09 11:23 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
Hi,
The Kernel booting on OMAP2430 breaks due to timer (32K) changes. This
patch fixes the same by adding the 32K timer base address for 2430.
Regards,
Khasim
[-- Attachment #2: 2430_timer32fix.patch --]
[-- Type: application/octet-stream, Size: 848 bytes --]
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>
Files Changed:
common.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
=============================================================================
--- linux-omap/arch/arm/plat-omap/common.c 2007-01-08 18:56:00.000000000 -0600
+++ ind_devpt/arch/arm/plat-omap/common.c 2007-01-09 04:55:35.000000000 -0600
@@ -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
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-09 23:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 11:23 [PATCH] To fix OMAP2430 booting issue Syed Mohammed, Khasim
2007-01-09 23:36 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox