StarFive's JH8100 watchdog reuses JH7100 register mapping. This patchset extends the JH7100 watchdog driver to support JH8100 by adding "starfive,jh8100-wdt" to the compatible field. DT-binding of JH7100 watchdog is also extended to support JH8100. Since JH8100 only uses 1 reset signal, update the binding to support one reset for "starfive,jh8100-wdt" compatible. Ji Sheng Teoh (2): watchdog: starfive-wdt: Add JH8100 watchdog compatible string dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100 .../watchdog/starfive,jh7100-wdt.yaml | 29 ++++++++++++++----- drivers/watchdog/starfive-wdt.c | 1 + 2 files changed, 22 insertions(+), 8 deletions(-) -- 2.25.1