]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: add iwdg2 support for stm32mp157c-ed1
authorLudovic Barre <ludovic.barre@st.com>
Mon, 25 Jun 2018 15:43:00 +0000 (17:43 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Jul 2018 11:57:05 +0000 (13:57 +0200)
This patch activates independent watchdog support for
stm32mp157c board.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index de8b8a106a366587260c34b08ff4190491d60020..f77bea49c0793f4f07cb2cd912945f4c199c9e10 100644 (file)
@@ -57,6 +57,11 @@ &i2c4 {
        status = "okay";
 };
 
+&iwdg2 {
+       timeout-sec = <32>;
+       status = "okay";
+};
+
 &rng1 {
        status = "okay";
 };