[PATCH v2 10/10] sandbox: add test of wdt-uclass' watchdog_reset()
Simon Glass
sjg at chromium.org
Tue Jun 22 15:31:53 CEST 2021
On Thu, 27 May 2021 at 16:00, Rasmus Villemoes
<rasmus.villemoes at prevas.dk> wrote:
>
> 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
>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
> ---
> arch/sandbox/dts/test.dts | 2 ++
> test/dm/wdt.c | 54 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 56 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
I'd prefer to advance time though, rather than using mdelay().
More information about the U-Boot
mailing list