[PATCH 2/3] watchdog: at91sam9_wdt: avoid spurious watchdog reset during init

Guenter Roeck linux at roeck-us.net
Sun Nov 3 13:09:16 EST 2013


On 11/03/2013 09:52 AM, Boris BREZILLON wrote:
> Use the min_heartbeat value instead of the calculated heartbeat value for
> the first watchdog reset to avoid spurious watchdog reset.
>
> Resetting the watchdog counter during init might lead to a watchdog fault
> reset because the watchdog counter has to be running for at least
> min_heartbeat.
>
> Resetting the watchdog counter after heartbeat might lead to a watchdog
> timeout reset because the watchdog counter is running for more than
> max_heartbeat time.
>
> Using min_heartbeat instead of heartbeat does not guarantee that the
> watchdog won't trigger a reset, but at least it reduces the chances to be
> in such a case.
>
> Signed-off-by: Boris BREZILLON <b.brezillon at overkiz.com>

Reviewed-by: Guenter Roeck <linux at roeck-us.net>





More information about the linux-arm-kernel mailing list