Hi Tom,

please pull the following watchdog related last minute fixes:

----------------------------------------------------------------
- add andes atcwdt200 support (Randolph)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=339&view=results

Thanks,
Stefan


The following changes since commit b6d8969bcb94321dfed1399f2eaa8768ba42caaa:

Merge tag 'u-boot-at91-2024.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 (2024-01-31 10:44:33 -0500)

are available in the Git repository at:

  g...@source.denx.de:u-boot/custodians/u-boot-watchdog.git

for you to fetch changes up to 094eda0660d419f35e10c49fade75a6738a56137:

configs: andes: add watchdog support fot andes ae350 (2024-02-01 09:08:44 +0100)

----------------------------------------------------------------
Randolph (2):
      drivers: watchdog: add andes atcwdt200 support
      configs: andes: add watchdog support fot andes ae350

 configs/ae350_rv32_defconfig         |   4 +
 configs/ae350_rv32_spl_defconfig     |   4 +
 configs/ae350_rv32_spl_xip_defconfig |   4 +
 configs/ae350_rv32_xip_defconfig     |   4 +
 configs/ae350_rv64_defconfig         |   4 +
 configs/ae350_rv64_spl_defconfig     |   4 +
 configs/ae350_rv64_spl_xip_defconfig |   4 +
 configs/ae350_rv64_xip_defconfig     |   4 +
 drivers/watchdog/Kconfig             |   6 +
 drivers/watchdog/Makefile            |   1 +
drivers/watchdog/atcwdt200_wdt.c | 220 +++++++++++++++++++++++++++++++++++
 11 files changed, 259 insertions(+)
 create mode 100644 drivers/watchdog/atcwdt200_wdt.c

Reply via email to