ARM: dts: Fix "arm, smc-id" value for stm32mp25-u-boot.dtsi

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@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
Patrice Chotard
2025-10-17 14:18:40 +02:00
committed by Tom Rini
parent 125b3c8b6d
commit 64b115d8f1

View File

@@ -39,6 +39,11 @@
soc@0 {
bootph-all;
};
/* temporary until kernel DT update */
watchdog {
arm,smc-id = <0xbc000000>;
};
};
&bsec {