From 06bd49522ac7fbe2286aaca93da00766ccfee748 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 26 Apr 2007 18:06:21 +0000 Subject: [PATCH] ARM: OMAP: Add omap2430 watchdog IO mapping Add omap2430 watchdog IO mapping Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- arch/arm/plat-omap/devices.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index 32e4ec304f1..b8a0fcb5270 100644 --- a/arch/arm/plat-omap/devices.c +++ b/arch/arm/plat-omap/devices.c @@ -420,7 +420,14 @@ static inline void omap_init_uwire(void) {} #if defined(CONFIG_OMAP_WATCHDOG) || defined(CONFIG_OMAP_WATCHDOG_MODULE) #ifdef CONFIG_ARCH_OMAP24XX + +#ifdef CONFIG_ARCH_OMAP2430 +/* WDT2 */ +#define OMAP_WDT_BASE 0x49016000 +#else #define OMAP_WDT_BASE 0x48022000 +#endif + #else #define OMAP_WDT_BASE 0xfffeb000 #endif -- 2.41.0