mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
arm64: dts: qcom: sdm632-fairphone-fp3: Add firmware-name for adsp & wcnss
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@lucaweiss.eu> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20250222-fp3-remoteprocs-firmware-v1-3-237ed21c334a@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
a4600b160e
commit
9ab813d519
|
|
@ -82,6 +82,8 @@ nfc@28 {
|
|||
};
|
||||
|
||||
&lpass {
|
||||
firmware-name = "qcom/msm8953/fairphone/fp3/adsp.mbn";
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
&wcnss_iris {
|
||||
compatible = "qcom,wcn3680";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user