]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: st: add bootph-all in bsec node to stm32mp215f-dk
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 Feb 2026 13:55:02 +0000 (14:55 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 25 Mar 2026 16:37:47 +0000 (17:37 +0100)
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>
arch/arm64/boot/dts/st/stm32mp215f-dk.dts

index 7bdaeaa5ab0fbe99a7e39b623d5e7a0e469d3e50..a1285abc80ca5a27c9e006e82f4a818293531b19 100644 (file)
        status = "okay";
 };
 
+&bsec {
+       bootph-all;
+};
+
 &usart2 {
        status = "okay";
 };