From: Ludovic Barre Date: Mon, 25 Jun 2018 15:43:00 +0000 (+0200) Subject: ARM: dts: stm32: add iwdg2 support for stm32mp157c-ed1 X-Git-Tag: v4.19-rc1~44^2~35^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=dd2eda3d97d99781f1889b3e08fd18c6f8ff23c7;p=linux.git ARM: dts: stm32: add iwdg2 support for stm32mp157c-ed1 This patch activates independent watchdog support for stm32mp157c board. Signed-off-by: Ludovic Barre Reviewed-by: Guenter Roeck Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts index de8b8a106a36..f77bea49c079 100644 --- a/arch/arm/boot/dts/stm32mp157c-ed1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts @@ -57,6 +57,11 @@ &i2c4 { status = "okay"; }; +&iwdg2 { + timeout-sec = <32>; + status = "okay"; +}; + &rng1 { status = "okay"; };