From a71a9dcd3a3ad1db69670592c8efd1690a2fa8a0 Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Wed, 12 Jul 2023 16:19:05 -0700 Subject: [PATCH] ARM: dts: msm: sun: Enable six cores rather than one Enable cluster 0 cores from the command line instead of just core 0. Change-Id: I26b97122d353b3979467109babfded9a095b207d Signed-off-by: Melody Olvera --- qcom/sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index f95cd8a7..97acaf44 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -27,7 +27,7 @@ chosen: chosen { - bootargs = "maxcpus=1 nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7"; + bootargs = "maxcpus=6 nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7"; stdout-path = "/soc/qcom,qupv3_1_geni_se@ac0000/qcom,qup_uart@a9c000:115200n8"; };