OSDN Git Service

arm64: dts: renesas: spider-cpu: Enable watchdog timer
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 18 Jan 2022 17:09:05 +0000 (18:09 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 22 Feb 2022 08:46:11 +0000 (09:46 +0100)
Enable the watchdog timer on the Spider board.

Extracted from a larger patch in the BSP by LUU HOAI.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/b36b2bb5770e10d906571721a3d73ca205b6f56e.1642525158.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi

index 1565865..3a90932 100644 (file)
        clock-frequency = <32768>;
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif3 {
        status = "okay";
 };