
Hi Tom,
please pull the following watchdog related changes:
---------------------------------------------------------------- - octeontx_wdt: Add MIPS Octeon support (Stefan) - watchdog: add amlogic watchdog support (Philippe) - watchdog: add pulse support to gpio watchdog driver (Paul) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=210&view=resu...
Thanks, Stefan
The following changes since commit 88d931a71052fc8fb7b48126ae09aa875745d5ec:
Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-ubi (2022-07-20 07:38:49 -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 1fc45d6483d77b9fbe84e546f4e6afe665ba827a:
watchdog: add pulse support to gpio watchdog driver (2022-07-21 08:09:06 +0200)
---------------------------------------------------------------- Paul Doelle (1): watchdog: add pulse support to gpio watchdog driver
Philippe Boos (1): watchdog: add amlogic watchdog support
Stefan Roese (2): watchdog: octeontx_wdt: Add MIPS Octeon support mips: octeon: octeon_ebb7304_defconfig: Enable watchdog support
MAINTAINERS | 1 + arch/sandbox/dts/test.dts | 11 +- configs/octeon_ebb7304_defconfig | 2 + doc/board/amlogic/index.rst | 2 + doc/device-tree-bindings/watchdog/gpio-wdt.txt | 8 +- drivers/watchdog/Kconfig | 16 ++- drivers/watchdog/Makefile | 1 + drivers/watchdog/gpio_wdt.c | 40 ++++++-- drivers/watchdog/meson_gxbb_wdt.c | 136 +++++++++++++++++++++++++ drivers/watchdog/octeontx_wdt.c | 67 ++++++++---- test/dm/wdt.c | 46 +++++++-- 11 files changed, 292 insertions(+), 38 deletions(-) create mode 100644 drivers/watchdog/meson_gxbb_wdt.c