Skip to content
Commit 23afeb61 authored by Gabor Juhos's avatar Gabor Juhos Committed by Wim Van Sebroeck
Browse files

watchdog: ath79_wdt: avoid spurious restarts on AR934x



On some AR934x based systems, where the frequency of
the AHB bus is relatively high, the built-in watchdog
causes a spurious restart when it gets enabled.

The possible cause of these restarts is that the timeout
value written into the TIMER register does not reaches
the hardware in time.

Add an explicit delay into the ath79_wdt_enable function
to avoid the spurious restarts.

Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
Cc: <stable@vger.kernel.org>
parent ff4e0ae5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment