|
@@ -101,7 +101,7 @@ static irqreturn_t mid_wdt_irq(int irq, void *dev_id)
|
|
|
|
|
|
static const struct watchdog_info mid_wdt_info = {
|
|
static const struct watchdog_info mid_wdt_info = {
|
|
.identity = "Intel MID SCU watchdog",
|
|
.identity = "Intel MID SCU watchdog",
|
|
- .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT,
|
|
|
|
|
|
+ .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
|
|
};
|
|
};
|
|
|
|
|
|
static const struct watchdog_ops mid_wdt_ops = {
|
|
static const struct watchdog_ops mid_wdt_ops = {
|