[PATCH 2/5] ARM: dts: Fix "arm, smc-id" value for stm32mp23-u-boot.dtsi

Patrice Chotard patrice.chotard at foss.st.com
Fri Oct 17 14:18:39 CEST 2025


OP-TEE "arm,smc-id" is equal to 0xbc000000 but kernel DT has been
upstream with an incorrect value.
Fix it temporarily until kernel DT is fixed.

Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
---

 arch/arm/dts/stm32mp23-u-boot.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/stm32mp23-u-boot.dtsi b/arch/arm/dts/stm32mp23-u-boot.dtsi
index 872a8739c54..5a9436dd193 100644
--- a/arch/arm/dts/stm32mp23-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp23-u-boot.dtsi
@@ -37,6 +37,11 @@
 	soc at 0 {
 		bootph-all;
 	};
+
+	/* temporary until kernel DT update */
+	watchdog {
+		arm,smc-id = <0xbc000000>;
+	};
 };
 
 &bsec {
-- 
2.43.0



More information about the U-Boot mailing list