
Hi Tom,
please pull the following watchdog related patches:
---------------------------------------------------------------- - watchdog: arm_smc_wdt: add watchdog support (Lionel) - watchdog: ftwdt010: return a previously deleted driver now ported to DM​ (Sergei) - watchdog: Add a watchdog driver for Raspberry Pi boards (Etienne) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=294&view=resu...
Thanks, Stefan
The following changes since commit 5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79:
Merge tag 'u-boot-nand-20230417' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2023-04-17 10:47:33 -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 0d5990a24219cb50c2c1c3828afcd234808407ff:
watchdog: arm_smc_wdt: add watchdog support (2023-04-18 08:42:43 +0200)
---------------------------------------------------------------- ETIENNE DUBLE (1): watchdog: Add a watchdog driver for Raspberry Pi boards
Lionel Debieve (1): watchdog: arm_smc_wdt: add watchdog support
Sergei Antonov (1): watchdog: ftwdt010: return a previously deleted driver now ported to DM
configs/sandbox_defconfig | 1 + drivers/watchdog/Kconfig | 24 ++++++++ drivers/watchdog/Makefile | 3 + drivers/watchdog/arm_smc_wdt.c | 123 +++++++++++++++++++++++++++++++++++++ drivers/watchdog/bcm2835_wdt.c | 132 ++++++++++++++++++++++++++++++++++++++++ drivers/watchdog/ftwdt010_wdt.c | 132 ++++++++++++++++++++++++++++++++++++++++ include/faraday/ftwdt010_wdt.h | 3 - 7 files changed, 415 insertions(+), 3 deletions(-) create mode 100644 drivers/watchdog/arm_smc_wdt.c create mode 100644 drivers/watchdog/bcm2835_wdt.c create mode 100644 drivers/watchdog/ftwdt010_wdt.c