commit | f91ff5a400fc4bb96f6865d65434d7efc7af03a8 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Thu Aug 19 11:57:06 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Aug 31 12:04:03 2021 +0200 |
tree | 65e05e48d9fb186811ec45cc896d6ae04731fe5d | |
parent | 2b67387dca655fb91e9d802a4aac81b997270629 [diff] |
sandbox: add test of wdt-uclass' watchdog_reset() Check that the watchdog_reset() implementation in wdt-uclass behaves as expected: - resets all activated watchdog devices - leaves unactivated/stopped devices alone - that the rate-limiting works, with a per-device threshold Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>