]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sdm632-fairphone-fp3: Enable modem
authorLuca Weiss <luca@lucaweiss.eu>
Sat, 22 Feb 2025 13:00:50 +0000 (14:00 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 4 Mar 2025 04:54:17 +0000 (22:54 -0600)
Add the necessary supplies and set an appropriete firmware-name for the
modem and enable it.

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-4-237ed21c334a@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts

index 5611209dbfa41d7834af7903535ed3e05604ba63..31ed26c31e6ea381a8942ccf569513df3300cdeb 100644 (file)
        status = "okay";
 };
 
+&mpss {
+       firmware-name = "qcom/msm8953/fairphone/fp3/mba.mbn",
+                       "qcom/msm8953/fairphone/fp3/modem.mbn";
+       pll-supply = <&pm8953_l7>;
+
+       status = "okay";
+};
+
 &pm8953_resin {
        linux,code = <KEY_VOLUMEDOWN>;
        status = "okay";