commit | 991dce7dc0e0f7f67c6c8cf12692a1955cfd70b2 | [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 | 35a078fecd75aa20e8b7085f6c42472a9bbdee0f [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>