ARM: dts: Fix "arm, smc-id" value for stm32mp23-u-boot.dtsi
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 17 Oct 2025 12:18:39 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:43:18 +0000 (10:43 -0600)
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>
arch/arm/dts/stm32mp23-u-boot.dtsi

index 872a873..5a9436d 100644 (file)
        soc@0 {
                bootph-all;
        };
+
+       /* temporary until kernel DT update */
+       watchdog {
+               arm,smc-id = <0xbc000000>;
+       };
 };
 
 &bsec {