* Fix watchdog enabling for AT91SAM9G45
@ 2009-10-14 15:02 Yegor Yefremov
2009-10-19 19:32 ` Andrew Victor
0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2009-10-14 15:02 UTC (permalink / raw)
To: linux-arm-kernel
Fix watchdog enabling for AT91SAM9G45
The macro for the watchdog has been changed from CONFIG_AT91SAM9_WATCHDOG
to CONFIG_AT91SAM9X_WATCHDOG due to AT91CAP9 chips support
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Index: linus2/arch/arm/mach-at91/at91sam9g45_devices.c
===================================================================
--- linus2.orig/arch/arm/mach-at91/at91sam9g45_devices.c
+++ linus2/arch/arm/mach-at91/at91sam9g45_devices.c
@@ -838,7 +838,7 @@ static void __init at91_add_device_rtt(v
* Watchdog
* -------------------------------------------------------------------- */
-#if defined(CONFIG_AT91SAM9_WATCHDOG) || defined(CONFIG_AT91SAM9_WATCHDOG_MODULE)
+#if defined(CONFIG_AT91SAM9X_WATCHDOG) || defined(CONFIG_AT91SAM9X_WATCHDOG_MODULE)
static struct platform_device at91sam9g45_wdt_device = {
.name = "at91_wdt",
.id = -1,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-19 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 15:02 Fix watchdog enabling for AT91SAM9G45 Yegor Yefremov
2009-10-19 19:32 ` Andrew Victor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).