]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: stm32: enable the ARM SMC watchdog node in stm32mp135f-dk
authorGatien Chevallier <gatien.chevallier@foss.st.com>
Fri, 31 Oct 2025 10:00:42 +0000 (11:00 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 14 Nov 2025 08:39:50 +0000 (09:39 +0100)
On the stm32mp135f-dk board, the IWDG1 is secured and used to monitor
the cortex-A7. Use the ARM SMC watchdog to communicate with it.

Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Link: https://lore.kernel.org/r/20251031-iwdg1-v2-3-2dc6e0116725@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp135f-dk.dts

index 9764a6bfa5b428c8524a5902c10b7807dda46b3d..f894ee35b3db2c915896cdf47a7a197951e0e21a 100644 (file)
        };
 };
 
+&arm_wdt {
+       timeout-sec = <32>;
+       status = "okay";
+};
+
 &crc1 {
        status = "okay";
 };