summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-26 08:22:05 -0600
committerTom Rini <[email protected]>2026-05-26 08:22:05 -0600
commit987907ae4bcc5d6055bdf7d318a3edf53e14d5fa (patch)
tree0d4ea092dd4d24e898fb0ec61e3426ed47feac91 /arch/arm/dts
parent76d62273bc8a5dc126ed79ed0fb65e5a97359577 (diff)
parent0c035ff60c1e8caee7fccd2673ce75380dee825b (diff)
Merge tag 'u-boot-stm32-20260526' of https://source.denx.de/u-boot/custodians/u-boot-stmHEADmaster
CI: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/30256 - Add support dynamic A/B bank bootup for STM32MP15 - Increase SYS_MALLOC_F_LEN for stm32mp15_defconfig to fix boot with optee-4.10.0 - Enable Arm SMC watchdog for STM32MP1 - Update part number for TM32MP251/3 SoC's family
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/stm32mp15-scmi-u-boot.dtsi9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi b/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi
index 79494ecad90..600316205fc 100644
--- a/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi
@@ -21,6 +21,13 @@
pinctrl1 = &pinctrl_z;
};
+ arm_wdt: watchdog {
+ compatible = "arm,smc-wdt";
+ arm,smc-id = <0xbc000000>;
+ timeout-sec = <32>;
+ status = "okay";
+ };
+
binman: binman {
multiple-images;
};
@@ -103,7 +110,7 @@
};
&iwdg2 {
- bootph-all;
+ status = "disabled";
};
/* pre-reloc probe = reserve video frame buffer in video_reserve() */