commit | edc1d1500faf2dfd21f22b3b8406b80cf8dd5544 | [log] [tgz] |
---|---|---|
author | Robert Hancock <hancock@sedsystems.ca> | Tue Aug 06 11:05:30 2019 -0600 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | 86a7f4b59379257270332ae43f653798f5803017 | |
parent | d00a0b1ad5206254ce224c97e53f4062231a75b1 [diff] |
watchdog: imx: Use immediate reset bits for expire_now The expire_now function was previously setting the watchdog timeout to minimum and waiting for the watchdog to expire. However, this watchdog also has bits to trigger immediate reset. Use those instead, like the Linux imx2_wdt driver does. Signed-off-by: Robert Hancock <hancock@sedsystems.ca>