arm64: dts: st: add bootph-all in bsec node to stm32mp215f-dk

Add bootph-all property in bsec node to ensure that bsec node
is included in U-Boot device tree for all phases.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20260211-upstream_stm32mp21_bsec_nodes-v1-2-8379bf97b0bc@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Patrice Chotard 2026-02-11 14:55:02 +01:00 committed by Alexandre Torgue
parent 5cccb3f708
commit 908d0138b4

View File

@ -44,6 +44,10 @@ &arm_wdt {
status = "okay";
};
&bsec {
bootph-all;
};
&usart2 {
status = "okay";
};