mbox series

[v1,0/2] Add StarFive JH8100 watchdog

Message ID 20231209142723.2060196-1-jisheng.teoh@starfivetech.com
Headers show
Series Add StarFive JH8100 watchdog | expand

Message

Ji Sheng Teoh Dec. 9, 2023, 2:27 p.m. UTC
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(-)