Please pull u-boot-watchdog/next

Stefan Roese stefan.roese at mailbox.org
Tue Jun 9 13:10:33 CEST 2026


Hi Tom,

please pull the following watchdog changes for the next branch:

- watchdog: orion_wdt: Add support for armada-xp (Chris)
- watchdog: Correct dependencies for WDT_MAX6370 (Tom)
- watchdog: designware: Fix probe when clk_enable return ENOSYS (Jonas)
- watchdog: sbsa_gwdt: clamp WOR value to hw max (Juuso)
- watchdog: octeontx_wdt: fix DT matches to Marvell compatibles (Juuso)
- doc: wdt: fix typo for expire (Jonathan)
- watchdog: orion_wdt: use dev_read_addr_size_index() (Peng)
- watchdog: rti: Use dev_read_addr_ptr() (Peng)
- watchdog: mpc8xxx_wdt: Use dev_remap_addr() (Peng)
- drivers: watchdog: Fix dev_read_addr error check (Francois)

CI (GitLab world build) is passing:
https://source.denx.de/u-boot/custodians/u-boot-watchdog/-/pipelines/30388

Thanks,
Stefan

The following changes since commit e91911169bc737ee4a79963a1cba8db2aab7c1c0:

  Merge tag 'v2026.07-rc4' into next (2026-06-08 15:28:18 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-watchdog.git tags/u-boot-watchdog-next-20260609

for you to fetch changes up to 17f7334c952b7db35457a9e54ba273d5364e6503:

  drivers: watchdog: Fix dev_read_addr error check (2026-06-09 11:51:19 +0200)

----------------------------------------------------------------
u-boot-watchdog changes 2026-06-09

----------------------------------------------------------------
Chris Packham (1):
      watchdog: orion_wdt: Add support for armada-xp

Francois Berder (1):
      drivers: watchdog: Fix dev_read_addr error check

Jonas Karlman (1):
      watchdog: designware: Fix probe when clk_enable return ENOSYS

Jonathan GUILLOT (1):
      doc: wdt: fix typo for expire

Juuso Rinta (2):
      watchdog: sbsa_gwdt: clamp WOR value to hw max
      watchdog: octeontx_wdt: fix DT matches to Marvell compatibles

Peng Fan (3):
      watchdog: orion_wdt: use dev_read_addr_size_index()
      watchdog: rti: Use dev_read_addr_ptr()
      watchdog: mpc8xxx_wdt: Use dev_remap_addr()

Tom Rini (1):
      watchdog: Correct dependencies for WDT_MAX6370

 doc/usage/cmd/wdt.rst             |   2 +-
 drivers/watchdog/Kconfig          |   1 +
 drivers/watchdog/designware_wdt.c |   2 +-
 drivers/watchdog/mpc8xxx_wdt.c    |   2 +-
 drivers/watchdog/octeontx_wdt.c   |   3 +-
 drivers/watchdog/orion_wdt.c      | 101 +++++++++++++++++++++++++++++++++++---
 drivers/watchdog/rti_wdt.c        |   4 +-
 drivers/watchdog/sbsa_gwdt.c      |  10 +++-
 drivers/watchdog/starfive_wdt.c   |   4 +-
 9 files changed, 112 insertions(+), 17 deletions(-)


More information about the U-Boot mailing list