diff options
| author | Yann Gautier <[email protected]> | 2026-05-20 18:07:14 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2026-05-26 13:46:30 +0200 |
| commit | a3a09d28d52b7da7fa337c44526747399055c281 (patch) | |
| tree | b0a6cd78ebc416f801fc2c1fd0124574d1541dca /drivers | |
| parent | 5b2e264a7739e4139bd0039ffa9b4a2ff4d0a362 (diff) | |
configs: stm32mp13: activate watchdog
No watchdog was enabled for STM32MP13 platform. Add the required flags to
support it. As done for STM32MP15 (in SCMI config) and STM32MP2x, we use
the Arm SMC watchdog. The required nodes were already present in Linux
imported DT files (stm32mp13.dtsi & stm32mp135f-dk.dts).
To enable this SMC watchdog on other platforms based on STM32MP13, check
that both the following flags are enabled in the dedicated config file:
CONFIG_WDT=y
CONFIG_WDT_ARM_SMC=y
And that there is a node in Linux board DT that enables the feature, as
it is done in stm32mp135f-dk.dts:
&arm_wdt {
timeout-sec = <32>;
status = "okay";
};
Signed-off-by: Patrick Delaunay <[email protected]>
Signed-off-by: Yann Gautier <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions
