From: Geert Uytterhoeven Date: Thu, 1 Feb 2024 14:09:17 +0000 (+0100) Subject: arm64: dts: renesas: gray-hawk-single: Enable watchdog timer X-Git-Tag: v6.9-rc1~178^2~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785b3c25761a828c5e22b3361541c50fd3b92fde;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: renesas: gray-hawk-single: Enable watchdog timer Enable the watchdog timer on the Gray Hawk Single board. Signed-off-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang Link: https://lore.kernel.org/r/cf6effafd9e0472a457eed9d84a834abc3e1c833.1706790320.git.geert+renesas@glider.be --- diff --git a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts index 1ed404712d823..e04de1d74825e 100644 --- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts +++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts @@ -47,6 +47,11 @@ status = "okay"; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif_clk { clock-frequency = <24000000>; };