arm64: dts: renesas: falcon: Enable watchdog timer
authorHoang Vo <hoang.vo.eb@renesas.com>
Fri, 18 Dec 2020 17:37:29 +0000 (18:37 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 28 Dec 2020 09:58:30 +0000 (10:58 +0100)
Enable the watchdog on the Falcon board.

Signed-off-by: Hoang Vo <hoang.vo.eb@renesas.com>
[wsa: rebased to mainline]
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20201218173731.12839-5-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts

index 8eda70e..fb9978e 100644 (file)
@@ -20,3 +20,8 @@
                stdout-path = "serial0:115200n8";
        };
 };
+
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};