mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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 <lionel.debieve@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
89fca38168
commit
99b2255233
|
|
@ -50,6 +50,11 @@ vdd_sdcard: vdd-sdcard {
|
|||
};
|
||||
};
|
||||
|
||||
&arm_wdt {
|
||||
timeout-sec = <32>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdmmc1 {
|
||||
pinctrl-names = "default", "opendrain", "sleep";
|
||||
pinctrl-0 = <&sdmmc1_b4_pins_a>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user