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/[email protected]/ Signed-off-by: Patrice Chotard <[email protected]> --- arch/arm/dts/stm32mp215f-dk-u-boot.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +}; -- 2.43.0

