From: Gatien Chevallier Date: Fri, 31 Oct 2025 10:00:42 +0000 (+0100) Subject: ARM: dts: stm32: enable the ARM SMC watchdog node in stm32mp135f-dk X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da23908a3c0c22df63846ce01e33dd713f290db;p=thirdparty%2Fkernel%2Fstable.git ARM: dts: stm32: enable the ARM SMC watchdog node in stm32mp135f-dk 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 Link: https://lore.kernel.org/r/20251031-iwdg1-v2-3-2dc6e0116725@foss.st.com Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts index 9764a6bfa5b4..f894ee35b3db 100644 --- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts +++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts @@ -161,6 +161,11 @@ }; }; +&arm_wdt { + timeout-sec = <32>; + status = "okay"; +}; + &crc1 { status = "okay"; };