mbox series

[0/3] Add Watchdog support for RZ/V2M EVK v2

Message ID 20221103223956.50575-1-fabrizio.castro.jz@renesas.com
Headers show
Series Add Watchdog support for RZ/V2M EVK v2 | expand

Message

Fabrizio Castro Nov. 3, 2022, 10:39 p.m. UTC
Dear All,

This series is to add watchdog support for the RZ/V2M EVK v2.

While testing I have noticed a problem with restarting the
system via the watchdog, therefore this series also contains
a driver fix.

Thanks,
Fab

Fabrizio Castro (3):
  watchdog: rzg2l_wdt: Fix reboot for RZ/V2M
  arm64: dts: renesas: r9a09g011: Add watchdog node
  arm64: dts: renesas: v2mevk2: Enable watchdog

 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts |  4 ++++
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi        | 13 +++++++++++++
 drivers/watchdog/rzg2l_wdt.c                      | 11 ++++++++---
 3 files changed, 25 insertions(+), 3 deletions(-)