[PATCH] wdt: sp805: add watchdog_stop on reboot

From: Qiang Zhao
Date: Fri Nov 27 2020 - 02:45:04 EST


From: Zhao Qiang <qiang.zhao@xxxxxxx>

Call watchdog_stop_on_reboot in probe func

Signed-off-by: Zhao Qiang <qiang.zhao@xxxxxxx>
---
drivers/watchdog/sp805_wdt.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c
index 190d26e..958dc32 100644
--- a/drivers/watchdog/sp805_wdt.c
+++ b/drivers/watchdog/sp805_wdt.c
@@ -291,6 +291,7 @@ sp805_wdt_probe(struct amba_device *adev, const struct amba_id *id)
set_bit(WDOG_HW_RUNNING, &wdt->wdd.status);
}

+ watchdog_stop_on_reboot(&wdt->wdd);
ret = watchdog_register_device(&wdt->wdd);
if (ret)
goto err;
--
2.7.4