From: Geert Uytterhoeven Date: Tue, 7 Oct 2025 09:45:16 +0000 (+0200) Subject: arm64: dts: renesas: v3msk: Enable watchdog timer X-Git-Tag: v6.19-rc1~100^2~32^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5820baefbaf10af7e99c02b37e4d5006f8c6de30;p=thirdparty%2Flinux.git arm64: dts: renesas: v3msk: Enable watchdog timer Enable the watchdog timer on the R-Car V3M Starter Kit board. Signed-off-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang Link: https://patch.msgid.link/e30fb396d73307f2538a638cdda06ca58a1a4e60.1759830182.git.geert+renesas@glider.be --- diff --git a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts index 3de327d642cd2..f18d26360610e 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts @@ -292,6 +292,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif0 { pinctrl-0 = <&scif0_pins>; pinctrl-names = "default";