Browse Source

arm64: dts: r8a7796/salvator-x: Enable watchdog timer

Enable the Watchdog Timer (WDT) controller on the Renesas Salvator-X
board equipped with an R-Car M3-W (r8a7796) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Geert Uytterhoeven 9 years ago
parent
commit
c805f1a701
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts

+ 5 - 0
arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts

@@ -43,3 +43,8 @@
 	clock-frequency = <14745600>;
 	status = "okay";
 };
+
+&wdt0 {
+	timeout-sec = <60>;
+	status = "okay";
+};