From: Alexandre Torgue Date: Thu, 21 Sep 2023 13:30:05 +0000 (+0200) Subject: arm64: dts: st: enable secure arm-wdt watchdog on stm32mp257f-ev1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=99b22552330b09f623f12f5dc2402175cbc18a15;p=linux.git arm64: dts: st: enable secure arm-wdt watchdog on stm32mp257f-ev1 Enable the watchdog and define the default timeout to 32 seconds. Signed-off-by: Lionel Debieve Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts b/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts index 6c3b83c2b48fa..b2d3afb157585 100644 --- a/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts +++ b/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts @@ -50,6 +50,11 @@ }; }; +&arm_wdt { + timeout-sec = <32>; + status = "okay"; +}; + &sdmmc1 { pinctrl-names = "default", "opendrain", "sleep"; pinctrl-0 = <&sdmmc1_b4_pins_a>;