On 24-02-2025 9:27 p.m., Konrad Dybcio wrote:
On 24.02.2025 1:17 AM, Dmitry Baryshkov wrote:
On Sat, Feb 22, 2025 at 02:00:49PM +0100, Luca Weiss wrote:
Set the paths where the device-specific firmware can be found for this
device.
Fairphone 3 was shipped with secure-boot off so any testkey-signed
firmware is accepted.
Signed-off-by: Luca Weiss <luca@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts b/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts
index 08ffe77d762c3a97f470efbfb5064282fe2090da..5611209dbfa41d7834af7903535ed3e05604ba63 100644
--- a/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts
+++ b/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts
@@ -82,6 +82,8 @@ nfc@28 {
};
&lpass {
+ firmware-name = "qcom/msm8953/fairphone/fp3/adsp.mbn";
If any firmware is okay, wouldn't it be better to use
"qcom/msm8953/foo.mbn" ? This way if we get any of the firmware (yeah,
I'm a dreamer), then FB3 can pick it up.
No, the fw may have board/wiring differences encoded inside it
Second that, while I don't have access to the AMSS sources for this
device, I'm sure there's at least some board-specific config in these
images, and I'd rather not boot up some ADSP or modem firmware compiled
for some Dragonboard or equivalent.
Regards
Luca
Konrad