From: Nishanth Menon Date: Thu, 26 Apr 2007 18:06:21 +0000 (+0000) Subject: ARM: OMAP: Add omap2430 watchdog IO mapping X-Git-Tag: v2.6.21-omap1~24 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=06bd49522ac7fbe2286aaca93da00766ccfee748;p=linux-2.6-omap-h63xx.git ARM: OMAP: Add omap2430 watchdog IO mapping Add omap2430 watchdog IO mapping Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- 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