[PATCH 0/3] watchdog: realtek-otto: Make use of regmap API and add RTL9607C support

From: Rustam Adilov

Date: Sat May 09 2026 - 12:32:09 EST


This patch series changes the driver to use regmap API for all of the
register access stuff instead of the ioread32 and iowrite32 with __iomem.

It also adds support for watchdog timer on RTL9607C SoCs and since it is
indentical to the already supported SoCs no major changes are needed.

Rustam Adilov (3):
watchdog: realtek-otto: Change to use regmap API
dt-bindings: watchdog: realtek,otto-wdt: add compatible for RTL9607C
watchdog: realtek-otto: add RTL9607C support

.../bindings/watchdog/realtek,otto-wdt.yaml | 1 +
drivers/watchdog/Kconfig | 1 +
drivers/watchdog/realtek_otto_wdt.c | 74 ++++++++++---------
3 files changed, 40 insertions(+), 36 deletions(-)

--
2.54.0