]> git.ipfire.org Git - thirdparty/u-boot.git/commit
watchdog: cadence: Do not stop wdt in probe
authorMichal Simek <michal.simek@xilinx.com>
Tue, 17 Jul 2018 11:17:39 +0000 (13:17 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 Jul 2018 09:36:01 +0000 (11:36 +0200)
commitfb85ea18977a7d8a24523dd1c58d45fcd9647b98
treee342dac5dec85b60986434863abc7942ca39ef8f
parent876206949ab18db326eb8f809978d118da5d6f2e
watchdog: cadence: Do not stop wdt in probe

Watchdog can be started before probe and u-boot should just take control
over it. That's why do not stop watchdog in probe to cover cases where
watchdog can expire before probe and start.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/watchdog/cdns_wdt.c