commit | ab319610662f5306db20d9b4516d92f3a0829a82 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Jul 17 13:17:39 2018 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 19 10:49:56 2018 +0200 |
tree | 1b11b5ce92d264ce17c1941b405e0381aa5f37ef | |
parent | 869ed8c70d4803d30260247b0833436930e41260 [diff] |
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>