arm: dts: k3-am62p-r5-sk: Fix secproxy thread ID for DM2TIFS comm
Per [0] thread IDs should be 20 and 21. Update the same
[0] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62px/sec_proxy.html#secure-proxy-thread-allocation-for-dmass0-sec-proxy-0
Fixes: bc763e60eb ("arm: dts: introduce am62p5 uboot dts files")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
057d19e56d
commit
d65ac3de81
|
|
@ -41,8 +41,8 @@
|
|||
ti,host-id = <36>;
|
||||
ti,secure-host;
|
||||
mbox-names = "rx", "tx";
|
||||
mboxes= <&secure_proxy_main 22>,
|
||||
<&secure_proxy_main 23>;
|
||||
mboxes= <&secure_proxy_main 20>,
|
||||
<&secure_proxy_main 21>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue