]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-j721e-beagleboneai64: Switch MAIN R5F clusters to Split-mode
authorBeleswar Padhi <b-padhi@ti.com>
Mon, 8 Sep 2025 14:28:15 +0000 (19:58 +0530)
committerNishanth Menon <nm@ti.com>
Fri, 12 Sep 2025 04:15:31 +0000 (09:45 +0530)
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>
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts

index 92f5e4a14a4972b4a26d6df7c0cce28b48d9eff4..3a7813c8770fbad5ea32aa35203520c944799c85 100644 (file)
 };
 
 &main_r5fss0 {
+       ti,cluster-mode = <0>;
        status = "okay";
 };
 
 };
 
 &main_r5fss1 {
+       ti,cluster-mode = <0>;
        status = "okay";
 };