1
0
Fork 0

[WATCHDOG] mv64x60_wdt: disable watchdog timer when driver is probed

Make sure that we disable the watchdog at start-up.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
hifive-unleashed-5.1
Dale Farnsworth 2007-07-24 11:19:47 -07:00 committed by Wim Van Sebroeck
parent bf2fc92cae
commit 2422df5e26
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ static int __devinit mv64x60_wdt_probe(struct platform_device *dev)
mv64x60_wdt_set_timeout(timeout);
mv64x60_wdt_handler_disable(); /* in case timer was already running */
return misc_register(&mv64x60_wdt_miscdev);
}