From: Patrice Chotard Date: Tue, 3 Feb 2026 16:49:27 +0000 (+0100) Subject: ARM: dts: stm32: Add bootph-all in stm32mp215f-dk-u-boot.dtsi X-Git-Tag: v2026.04-rc4~19^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5af044da9bf98685b4e516facd7b468e54243f28;p=thirdparty%2Fu-boot.git ARM: dts: stm32: Add bootph-all in stm32mp215f-dk-u-boot.dtsi Add temporarily bootph-all property in usart2 and syscfg nodes to allows stm32mp215f-dk board to boot. When DT kernel series [1] will be merged and synchronized in U-Boot this patch will be reverted. [1] https://lore.kernel.org/linux-arm-kernel/20260203-upstream_uboot_properties-v6-0-0a2280e84d31@foss.st.com/ Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/arch/arm/dts/stm32mp215f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp215f-dk-u-boot.dtsi index e4b44af6df9..0046b22db7a 100644 --- a/arch/arm/dts/stm32mp215f-dk-u-boot.dtsi +++ b/arch/arm/dts/stm32mp215f-dk-u-boot.dtsi @@ -9,3 +9,11 @@ u-boot,mmc-env-partition = "u-boot-env"; }; }; + +&syscfg { + bootph-all; +}; + +&usart2 { + bootph-all; +};