forked from OERV-BSP/u-boot
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:
committed by
Tom Rini
parent
125b3c8b6d
commit
64b115d8f1
@@ -39,6 +39,11 @@
|
||||
soc@0 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
/* temporary until kernel DT update */
|
||||
watchdog {
|
||||
arm,smc-id = <0xbc000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&bsec {
|
||||
|
||||
Reference in New Issue
Block a user