diff options
| author | Beleswar Padhi <b-padhi@ti.com> | 2025-09-08 17:28:15 +0300 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2025-09-12 07:15:31 +0300 |
| commit | 897117c6bb4b151bd9326773cd6a5acdad4c47b4 (patch) | |
| tree | 713ad4edd47809cfc013f03a9bfdd31b78fc9ff1 | |
| parent | 932424a925ce79cbed0a93d36c5f1b69a0128de1 (diff) | |
| download | linux-897117c6bb4b151bd9326773cd6a5acdad4c47b4.tar.xz | |
arm64: dts: ti: k3-j721e-beagleboneai64: Switch MAIN R5F clusters to Split-mode
Switch the MAIN domain R5F clusters into split mode to maximize the
number of R5F processors. The TI IPC firmware for the split processors
is already available public. This config aligns with other J721E boards
and can be refactored out later.
Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
Link: https://patch.msgid.link/20250908142826.1828676-24-b-padhi@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts index 92f5e4a14a49..3a7813c8770f 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts @@ -985,6 +985,7 @@ }; &main_r5fss0 { + ti,cluster-mode = <0>; status = "okay"; }; @@ -1003,6 +1004,7 @@ }; &main_r5fss1 { + ti,cluster-mode = <0>; status = "okay"; }; |
