aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/retu_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/retu_wdt.c')
-rw-r--r--drivers/watchdog/retu_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/retu_wdt.c b/drivers/watchdog/retu_wdt.c
index a7a0695971e4..b7c68e275aeb 100644
--- a/drivers/watchdog/retu_wdt.c
+++ b/drivers/watchdog/retu_wdt.c
@@ -94,7 +94,7 @@ static int retu_wdt_set_timeout(struct watchdog_device *wdog,
}
static const struct watchdog_info retu_wdt_info = {
- .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
+ .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
.identity = "Retu watchdog",
};