[PATCH v4] wdt: nuvoton: Add support for Nuvoton
Simon Glass
sjg at chromium.org
Wed Mar 16 04:13:23 CET 2022
On Mon, 14 Mar 2022 at 20:14, Jim Liu <jim.t90615 at gmail.com> wrote:
>
> Add watchdog controller driver for NPCM7xx/npcm8xx
>
> Signed-off-by: Jim Liu <JJLIU0 at nuvoton.com>
> Reviewed-by: Stefan Roese <sr at denx.de>
>
> Changes for v4:
> - add a bit of detail about the device in Kconfig
> - lower-case hex change
> - remove the reset function delay.Actually when
> setting writel NPCM_WTR the watchdog is resetting the BMC
> ---
> drivers/watchdog/Kconfig | 8 +++
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/npcm_wdt.c | 117 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 126 insertions(+)
> create mode 100644 drivers/watchdog/npcm_wdt.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list