]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: h3ulcb: enable WDT
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Wed, 31 Aug 2016 10:03:48 +0000 (13:03 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 6 Sep 2016 10:57:27 +0000 (12:57 +0200)
This supports watchdog timer for H3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts

index 42a4208f57ed27701b2b80c77243c520529cc376..ce95a33461028f906b41fd0df49b1997b85797db 100644 (file)
@@ -85,6 +85,11 @@ &i2c2 {
        status = "okay";
 };
 
+&wdt0 {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &avb {
        pinctrl-0 = <&avb_pins>;
        pinctrl-names = "default";