]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sm8750-mtp: Enable modem
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Feb 2025 16:33:06 +0000 (17:33 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 16 Apr 2025 02:39:30 +0000 (21:39 -0500)
Enable the modem (MPSS) on MPT8750 board.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250221-b4-sm8750-modem-v3-2-462dae7303c7@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8750-mtp.dts

index 5d0decd2aa2d0e0849414534cdd504714402458e..72f081a890dfe49bfbee5e91b9e51da53b9d8baf 100644 (file)
        status = "okay";
 };
 
+&remoteproc_mpss {
+       firmware-name = "qcom/sm8750/modem.mbn",
+                       "qcom/sm8750/modem_dtb.mbn";
+
+       /* Modem crashes after some time with "DOG detects stalled initialization" */
+       status = "fail";
+};
+
 &tlmm {
        /* reserved for secure world */
        gpio-reserved-ranges = <36 4>, <74 1>;