diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/devices.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index a374b945ac17..6467f57a2ac1 100644 --- a/arch/arm/plat-omap/devices.c +++ b/arch/arm/plat-omap/devices.c | |||
@@ -392,17 +392,8 @@ static inline void omap_init_uwire(void) {} | |||
392 | 392 | ||
393 | #if defined(CONFIG_OMAP_WATCHDOG) || defined(CONFIG_OMAP_WATCHDOG_MODULE) | 393 | #if defined(CONFIG_OMAP_WATCHDOG) || defined(CONFIG_OMAP_WATCHDOG_MODULE) |
394 | 394 | ||
395 | #if defined(CONFIG_ARCH_OMAP34XX) | 395 | #ifdef CONFIG_ARCH_OMAP24XX |
396 | #define OMAP_WDT_BASE 0x48314000 | ||
397 | #elif defined(CONFIG_ARCH_OMAP24XX) | ||
398 | |||
399 | #ifdef CONFIG_ARCH_OMAP2430 | ||
400 | /* WDT2 */ | ||
401 | #define OMAP_WDT_BASE 0x49016000 | ||
402 | #else | ||
403 | #define OMAP_WDT_BASE 0x48022000 | 396 | #define OMAP_WDT_BASE 0x48022000 |
404 | #endif | ||
405 | |||
406 | #else | 397 | #else |
407 | #define OMAP_WDT_BASE 0xfffeb000 | 398 | #define OMAP_WDT_BASE 0xfffeb000 |
408 | #endif | 399 | #endif |