2023-06-30 23:27:39 +00:00
|
|
|
From 76717e6fd273d89cb67ad0ae40fd94e542dc92a1 Mon Sep 17 00:00:00 2001
|
2022-12-07 02:31:14 +00:00
|
|
|
From: Richard Acayan <mailingradian@gmail.com>
|
2023-06-30 23:27:39 +00:00
|
|
|
Date: Mon, 22 May 2023 18:39:16 -0400
|
2022-12-07 02:31:14 +00:00
|
|
|
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
|
2023-06-30 23:27:39 +00:00
|
|
|
index f0d420c4b6e5..e128b4444a63 100644
|
2022-12-07 02:31:14 +00:00
|
|
|
--- a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
|
|
|
|
+++ b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
|
2023-06-30 23:27:39 +00:00
|
|
|
@@ -730,7 +730,7 @@ &mdss_mdp {
|
|
|
|
};
|
2022-12-07 02:31:14 +00:00
|
|
|
|
|
|
|
&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";
|
2023-06-30 23:27:39 +00:00
|
|
|
status = "okay";
|
2022-12-07 02:31:14 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
--
|
2023-06-30 23:27:39 +00:00
|
|
|
2.41.0
|
2023-03-01 03:00:00 +00:00
|
|
|
|