pmaports/device/testing/linux-postmarketos-qcom-sdm670/0001-arm64-dts-qcom-sdm670-google-sargo-move-modem-firmwa.patch

31 lines
1.1 KiB
Diff
Raw Normal View History

From 76717e6fd273d89cb67ad0ae40fd94e542dc92a1 Mon Sep 17 00:00:00 2001
From: Richard Acayan <mailingradian@gmail.com>
Date: Mon, 22 May 2023 18:39:16 -0400
Subject: [PATCH] arm64: dts: qcom: sdm670-google-sargo: move modem firmware
Some of the firmware is loaded by the msm-firmware-loader and placed in
a different directory to avoid self-hosting it. Point to the modem
firmware loaded by the msm-firmware-loader.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
index f0d420c4b6e5..e128b4444a63 100644
--- a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
+++ b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
@@ -730,7 +730,7 @@ &mdss_mdp {
};
&mss_pil {
- firmware-name = "qcom/sdm670/sargo/mba.mbn", "qcom/sdm670/sargo/modem.mbn";
+ firmware-name = "msm-firmware-loader/target/mba.mbn", "msm-firmware-loader/target/modem.mdt";
status = "okay";
};
--
2.41.0