summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2026-02-03 17:49:27 +0100
committerPatrice Chotard <[email protected]>2026-02-24 17:41:48 +0100
commit5af044da9bf98685b4e516facd7b468e54243f28 (patch)
treec7e34675f28fed5f2fc15b8fe4074237e8eba636 /arch
parentec3fc57da456d29d336d694f8a28f6cfb05d8cb1 (diff)
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/[email protected]/ Signed-off-by: Patrice Chotard <[email protected]> Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/stm32mp215f-dk-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
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;
+};