arm: dts: k3-j721e-sk: Update MAIN R5FSS cluster mode to Split-mode

The default U-Boot environment variables and design are all set up for
both the MAIN R5FSS clusters to be in Split-mode.

The mode for both the R5 clusters is defaulted to cluster mode. This
throws the following failure messages when early-booting the cores using
default env variables.

Error log:
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode
Load Remote Processor 3 with data@addr=0x82000000 322476 bytes: Failed!

Fix this by updating both the clusters to Split-mode in the u-boot specific
dtsi, to avoid this sync overrides in the future.

Reported-by: Shyam Jagannathan <shyam.jagannathan@ti.com>
Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
This commit is contained in:
Sinthu Raja 2021-12-02 11:34:09 +05:30 committed by Praneeth Bajjuri
parent d79399bcd7
commit d3d039198f
1 changed files with 8 additions and 0 deletions

View File

@ -278,3 +278,11 @@
&dss { &dss {
status = "disabled"; status = "disabled";
}; };
&main_r5fss0 {
ti,cluster-mode = <0>;
};
&main_r5fss1 {
ti,cluster-mode = <0>;
};