From: Fabrizio Castro Date: Mon, 12 Feb 2018 17:44:35 +0000 (+0000) Subject: ARM: dts: iwg22m: Add watchdog support to SoM dtsi X-Git-Tag: v4.18-rc1~48^2^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8e2c377fe2483f7fcd5746ab4e0c43c3262c1de;p=thirdparty%2Flinux.git ARM: dts: iwg22m: Add watchdog support to SoM dtsi This patch enables the watchdog from within the iwg20m SoM dtsi. Signed-off-by: Fabrizio Castro Signed-off-by: Ramesh Shanmugasundaram Reviewed-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7745-iwg22m.dtsi b/arch/arm/boot/dts/r8a7745-iwg22m.dtsi index 8d0a392b68111..29b6e10fdf964 100644 --- a/arch/arm/boot/dts/r8a7745-iwg22m.dtsi +++ b/arch/arm/boot/dts/r8a7745-iwg22m.dtsi @@ -91,6 +91,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &sdhi1 { pinctrl-0 = <&sdhi1_pins>; pinctrl-names = "default";