commit | 7424219bae425946eb3e2aa77e28c40c0302eaa9 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Sun Jul 30 20:14:16 2023 +0300 |
committer | Stefan Roese <sr@denx.de> | Thu Aug 10 08:39:16 2023 +0200 |
tree | f5d055ffd1edc565ad2b7dab7a1920e592ebb839 | |
parent | 81c24f2941d9fd530fe21d7b7e04cf4bbbbe58b2 [diff] |
watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start() ftwdt010_wdt_start() has to call ftwdt010_wdt_reset() after setting-up the timeout in the same fashion ftwdt010_wdt_expire_now() does it. Without this patch the "wdt start <ms>" command does not actually start the watchdog timer until the "wdt reset" command is executed. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>