From: Apurva Nandan <a-nandan@xxxxxx> J784S4 SoCs have three R5F clusters in the MAIN domain, and all of these are configured for LockStep mode at the moment. Switch both of these R5F clusters to Split mode by default to maximize the number of R5F cores. Signed-off-by: Apurva Nandan <a-nandan@xxxxxx> [ Commit message cleanup ] Signed-off-by: Beleswar Padhi <b-padhi@xxxxxx> --- arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi index d4ac1c9872a5..2c1d0c41f476 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi @@ -2248,7 +2248,7 @@ ufs@4e84000 { main_r5fss0: r5fss@5c00000 { compatible = "ti,j721s2-r5fss"; - ti,cluster-mode = <1>; + ti,cluster-mode = <0>; #address-cells = <1>; #size-cells = <1>; ranges = <0x5c00000 0x00 0x5c00000 0x20000>, @@ -2288,7 +2288,7 @@ main_r5fss0_core1: r5f@5d00000 { main_r5fss1: r5fss@5e00000 { compatible = "ti,j721s2-r5fss"; - ti,cluster-mode = <1>; + ti,cluster-mode = <0>; #address-cells = <1>; #size-cells = <1>; ranges = <0x5e00000 0x00 0x5e00000 0x20000>, @@ -2328,7 +2328,7 @@ main_r5fss1_core1: r5f@5f00000 { main_r5fss2: r5fss@5900000 { compatible = "ti,j721s2-r5fss"; - ti,cluster-mode = <1>; + ti,cluster-mode = <0>; #address-cells = <1>; #size-cells = <1>; ranges = <0x5900000 0x00 0x5900000 0x20000>, -- 2.34.1