aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2018-02-08 11:34:10 +0100
committerSimon Horman <[email protected]>2018-04-25 08:51:14 +0200
commit53e480fcb1cb00a74d6af2070bfcd1e995b19d47 (patch)
tree77833a6eeb4e042bc6ec86354c20ad464b6ac0e2
parent5ba173e677100a79bc6bcfb063c3ea736f7319a1 (diff)
ARM: dts: lager: Enable watchdog support
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Fabrizio Castro <[email protected]> Signed-off-by: Simon Horman <[email protected]>
-rw-r--r--arch/arm/boot/dts/r8a7790-lager.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 063fdb65dc60..3c66366f7c55 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -917,6 +917,11 @@
};
};
+&rwdt {
+ timeout-sec = <60>;
+ status = "okay";
+};
+
&ssi1 {
shared-pin;
};