commit | 76bf8f3e44813bb6f5e57860dbfe51aa27ea5e91 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jun 28 13:44:16 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 01 09:25:06 2021 +0200 |
tree | 9fae152d7e5cf609ab149cd1ad38a4392db3040a | |
parent | 6e257c69fb6fc72f345586bb8309371b09757618 [diff] |
watchdog: cadence: Add expire_now method It is working in a way that only minimal timeout is setup to reach expiration just right after it is setup. Please make sure that PMUFW is compiled with ENABLE_EM flag. On U-Boot prompt you can test it like: ZynqMP> wdt dev watchdog@fd4d0000 ZynqMP> wdt list watchdog@fd4d0000 (cdns_wdt) ZynqMP> wdt dev dev: watchdog@fd4d0000 ZynqMP> wdt expire (And reset should happen here) Signed-off-by: Michal Simek <michal.simek@xilinx.com>