
Hi Tom,
please pull the following watchdog related patches:
---------------------------------------------------------------- - device-tree-bindings: watchdog: document common properties (Philippe) - nuvoton: Add support for Nuvoton (Jim) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=177&view=resu...
Thanks, Stefan
The following changes since commit ea5583b90f9c162af6f2025718dc50ffbb6e4552:
Merge branch '2022-04-21-further-cleanups' (2022-04-21 19:55:38 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to e885d09dd0935c7afdb79ed108943e837414d459:
wdt: nuvoton: Add support for Nuvoton (2022-04-22 09:02:55 +0200)
---------------------------------------------------------------- Jim Liu (1): wdt: nuvoton: Add support for Nuvoton
Philippe Reynes (1): doc: device-tree-bindings: watchdog: document common properties
doc/device-tree-bindings/watchdog/common.txt | 12 +++ drivers/watchdog/Kconfig | 8 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/npcm_wdt.c | 116 +++++++++++++++++++++++++++ 4 files changed, 137 insertions(+) create mode 100644 doc/device-tree-bindings/watchdog/common.txt create mode 100644 drivers/watchdog/npcm_wdt.c