[PATCH 3/3] watchdog: realtek-otto: add RTL9607C support

From: Rustam Adilov

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


The RTL9607C SoC has a watchdog timer identical to the already
supported SoCs. The peripheral is memory mapped at 0x18003260
and driven by the Lexra bus clock.

Signed-off-by: Rustam Adilov <adilov@xxxxxxxxxxx>
---
drivers/watchdog/realtek_otto_wdt.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/realtek_otto_wdt.c b/drivers/watchdog/realtek_otto_wdt.c
index e5e9cb480f4f..7ad196802eeb 100644
--- a/drivers/watchdog/realtek_otto_wdt.c
+++ b/drivers/watchdog/realtek_otto_wdt.c
@@ -355,6 +355,7 @@ static const struct of_device_id otto_wdt_ids[] = {
{ .compatible = "realtek,rtl8390-wdt" },
{ .compatible = "realtek,rtl9300-wdt" },
{ .compatible = "realtek,rtl9310-wdt" },
+ { .compatible = "realtek,rtl9607-wdt" },
{ }
};
MODULE_DEVICE_TABLE(of, otto_wdt_ids);
--
2.54.0