[PATCH v2 0/3] watchdog: aspeed: Add AST2700 support

Chin-Ting Kuo chin-ting_kuo at aspeedtech.com
Fri Oct 10 19:03:12 AEDT 2025


This patch series improves the ASPEED watchdog driver to support newer
AST2700 SoC. It enhances reset mask handling to accommodate platforms
with multiple registers, adds AST2700-specific configuration, and
updates the device tree bindings accordingly.

Changes in v2:
  - Removed 'num_reset_masks' field from AST2400 platform configuration.
  - Simplify 'if' contional statement for platforms after AST2400.

Chin-Ting Kuo (3):
  dt-bindings: watchdog: aspeed,ast2400-wdt: Add support for AST2700
  watchdog: aspeed: Support variable number of reset mask registers
  watchdog: aspeed: Add support for AST2700 platform

 .../bindings/watchdog/aspeed,ast2400-wdt.yaml |   8 +-
 drivers/watchdog/aspeed_wdt.c                 |  30 +++-
 include/dt-bindings/watchdog/aspeed-wdt.h     | 138 ++++++++++++++++++
 3 files changed, 167 insertions(+), 9 deletions(-)

-- 
2.34.1



More information about the Linux-aspeed mailing list