mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
arm: dts: k3-j721e-main: Configure MAIN R5FSS1 for Split-mode
Switch the MAIN R5FSS1 cluster to be configured for Split-mode as the default so that two different applications can be run on each of the R5F cores in performance mode. LockStep-mode would be available only on SoCs efused with the appropriate bit, and Split-mode is the mode that is available on all J721E SoCs. Signed-off-by: Suman Anna <s-anna@ti.com>
This commit is contained in:
parent
f8d3d4d14a
commit
31defbd347
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@
|
|||
|
||||
main_r5fss1: r5fss@5e00000 {
|
||||
compatible = "ti,j721e-r5fss";
|
||||
lockstep-mode = <1>;
|
||||
lockstep-mode = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x5e00000 0x00 0x5e00000 0x20000>,
|
||||
|
|
Loading…
Add table
Reference in a new issue