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>
u-boot,mmc-env-partition = "u-boot-env";
};
};
+
+&syscfg {
+ bootph-all;
+};
+
+&usart2 {
+ bootph-all;
+};