|
@@ -57,7 +57,7 @@ static int twl4030_wdt_set_timeout(struct watchdog_device *wdt,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static const struct watchdog_info twl4030_wdt_info = {
|
|
static const struct watchdog_info twl4030_wdt_info = {
|
|
|
- .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
|
|
|
|
|
|
+ .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
|
|
.identity = "TWL4030 Watchdog",
|
|
.identity = "TWL4030 Watchdog",
|
|
|
};
|
|
};
|
|
|
|
|
|