mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
ARM: dts: Fix "arm, smc-id" value for stm32mp23-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:
parent
c4097ec6a9
commit
125b3c8b6d
@ -37,6 +37,11 @@
|
||||
soc@0 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
/* temporary until kernel DT update */
|
||||
watchdog {
|
||||
arm,smc-id = <0xbc000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&bsec {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user