Commit d207dc50 authored by Hoang Vo's avatar Hoang Vo Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: falcon: Enable watchdog timer



Enable the watchdog on the Falcon board.

Signed-off-by: default avatarHoang Vo <hoang.vo.eb@renesas.com>
[wsa: rebased to mainline]
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20201218173731.12839-5-wsa+renesas@sang-engineering.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent f4b30c0a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,3 +20,8 @@ chosen {
		stdout-path = "serial0:115200n8";
	};
};

&rwdt {
	timeout-sec = <60>;
	status = "okay";
};