arm64: dts: qcom: msm8992-libra: Temporarily restrict CPU count to 1
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Sat, 19 Mar 2022 17:46:33 +0000 (18:46 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 13 Apr 2022 03:07:16 +0000 (22:07 -0500)
The phone seems to randomly crash when more than 1 CPU is enabled, which
is probably related to lack of some driver.

Restrict the device to only use a single core until this is solved.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220319174645.340379-4-konrad.dybcio@somainline.org
arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts

index 6371719aacc581d5b6137336fb804a7f0df0cae1..7a6ed8b017d1cd7ecbee78ddb5c8e4a909be8db6 100644 (file)
@@ -23,7 +23,7 @@
 
        /* This enables graphical output via bootloader-enabled display */
        chosen {
-               bootargs = "earlycon=tty0 console=tty0";
+               bootargs = "earlycon=tty0 console=tty0 maxcpus=1";
 
                #address-cells = <2>;
                #size-cells = <2>;