From: Geert Uytterhoeven Date: Mon, 30 Oct 2017 15:56:29 +0000 (+0100) Subject: arm64: dts: renesas: eagle: Enable watchdog timer X-Git-Tag: v4.16-rc1~100^2~59^2~48 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fd363f54979df670ad8ea844c1b69b021ba1039d;p=linux.git arm64: dts: renesas: eagle: Enable watchdog timer Enable the Watchdog Timer (WDT) controller on the Renesas Eagle board equipped with an R-Car V3M (r8a77970) SoC. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts index 9e37f6e7b265..8fe5c193e049 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -52,6 +52,11 @@ &extalr_clk { clock-frequency = <32768>; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif0 { status = "okay"; };