ARM: dts: iwg22m: Add watchdog support to SoM dtsi
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Mon, 12 Feb 2018 17:44:35 +0000 (17:44 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Apr 2018 06:51:12 +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/r8a7745-iwg22m.dtsi

index 8d0a392b68111edba5d2e508e81d476275f6d868..29b6e10fdf96411cb308805c7419f29d994ae02b 100644 (file)
        };
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &sdhi1 {
        pinctrl-0 = <&sdhi1_pins>;
        pinctrl-names = "default";