ARM: dts: iwg20m: Add watchdog support to SoM dtsi
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Mon, 12 Feb 2018 17:44:34 +0000 (17:44 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Apr 2018 06:51:11 +0000 (08:51 +0200)
This patch enables the watchdog from within the iwg20m SoM dtsi.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7743-iwg20m.dtsi

index 1d3e9503c5bdb19bc7be71be5baccfc1aec4d612..d364685d91840efe8b684ab228fb1d20af331291 100644 (file)
        };
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &sdhi0 {
        pinctrl-0 = <&sdhi0_pins>;
        pinctrl-names = "default";