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. > + > status = "okay"; > }; > > @@ -297,11 +299,16 @@ &usb_dwc3_hs { > }; > > &wcnss { > + firmware-name = "qcom/msm8953/fairphone/fp3/wcnss.mbn"; > vddpx-supply = <&pm8953_l5>; > > status = "okay"; > }; > > +&wcnss_ctrl { > + firmware-name = "qcom/msm8953/fairphone/fp3/WCNSS_qcom_wlan_nv.bin"; then this can become "qcom/msm8953/WCNSS_qcom_wlan_nv_fp3.bin" > +}; > + > &wcnss_iris { > compatible = "qcom,wcn3680"; > > > -- > 2.48.1 > -- With best wishes Dmitry