]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: gray-hawk-single: Enable watchdog timer
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 1 Feb 2024 14:09:17 +0000 (15:09 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 6 Feb 2024 09:48:35 +0000 (10:48 +0100)
Enable the watchdog timer on the Gray Hawk Single board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/cf6effafd9e0472a457eed9d84a834abc3e1c833.1706790320.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts

index 1ed404712d8238718de23963e7f2152580f3c06c..e04de1d74825ea40bcf6ab59a825963c276d71a3 100644 (file)
        status = "okay";
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif_clk {
        clock-frequency = <24000000>;
 };