From: Geert Uytterhoeven Date: Thu, 8 Feb 2018 10:34:14 +0000 (+0100) Subject: ARM: dts: wheat: Enable watchdog support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9a3b0adee13a9a65bee0c305286793ebb96a1cd8;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: wheat: Enable watchdog support Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven Acked-by: Fabrizio Castro Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7792-wheat.dts b/arch/arm/boot/dts/r8a7792-wheat.dts index 95aab56a56ab..db01de7a3811 100644 --- a/arch/arm/boot/dts/r8a7792-wheat.dts +++ b/arch/arm/boot/dts/r8a7792-wheat.dts @@ -168,6 +168,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif0 { pinctrl-0 = <&scif0_pins>; pinctrl-names = "default";