Skip to content

Commit

Permalink
dts: qcom: vayu: Disable SLPI for now
Browse files Browse the repository at this point in the history
FastRPC firmware seems to be broken, frequently says

[ 1141.986082] qcom_q6v5_pas 2400000.remoteproc: fatal error received: err_qdi.c:964:EF:sensor_process:0x1
:TMR_CLNT_1:0x80:dog_virtual_user.c:240:USER-PD DOG detects stalled initialization, triage with IMAGE OWNE
R
[ 1141.986291] remoteproc remoteproc0: crash detected in 2400000.remoteproc: type fatal error
[ 1141.986390] remoteproc remoteproc0: handling crash torvalds#28 in 2400000.remoteproc
[ 1141.986461] remoteproc remoteproc0: recovering 2400000.remoteproc
[ 1142.016342] remoteproc remoteproc0: stopped remote processor 2400000.remoteproc

So disable SLPI for now because it does nothing other than dmesg spam
  • Loading branch information
gixousiyq committed Nov 8, 2024
1 parent 7f76912 commit 6aa92d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8150-xiaomi-vayu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
};

&remoteproc_slpi {
status = "okay";
status = "disabled";
firmware-name = "qcom/sm8150/xiaomi/vayu/slpi.mbn";
};

Expand Down

0 comments on commit 6aa92d5

Please sign in to comment.