]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Add bootph-all in stm32mp215f-dk-u-boot.dtsi
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 3 Feb 2026 16:49:27 +0000 (17:49 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 24 Feb 2026 16:41:48 +0000 (17:41 +0100)
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 <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp215f-dk-u-boot.dtsi

index e4b44af6df936206ed96d3aaaaf5e0569645c699..0046b22db7a11e15ec84737e3dbf67b14cdb0510 100644 (file)
@@ -9,3 +9,11 @@
                u-boot,mmc-env-partition = "u-boot-env";
        };
 };
+
+&syscfg {
+       bootph-all;
+};
+
+&usart2 {
+       bootph-all;
+};