Re: [PATCH] wdt: sp805: add watchdog_stop on reboot

From: Guenter Roeck
Date: Fri Nov 27 2020 - 11:11:31 EST


On Fri, Nov 27, 2020 at 03:52:17PM +0800, Qiang Zhao wrote:
> From: Zhao Qiang <qiang.zhao@xxxxxxx>
>
> Call watchdog_stop_on_reboot in probe func
>
> Signed-off-by: Zhao Qiang <qiang.zhao@xxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

> ---
> 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
>