arm64: dts: qcom: lenovo630: Add Modem firmware files
authorJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Thu, 28 May 2020 18:53:41 +0000 (11:53 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 21 Jun 2020 06:47:03 +0000 (23:47 -0700)
By specifying the modem firmware files, we can boot the modem subsystem
which also gives us wifi.

Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Link: https://lore.kernel.org/r/20200528185341.4891-1-jeffrey.l.hugo@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts

index 407c6a3..89492ed 100644 (file)
        };
 };
 
+&remoteproc_mss {
+       firmware-name = "qcom/LENOVO/81F1/qcdsp1v28998.mbn",
+                       "qcom/LENOVO/81F1/qcdsp28998.mbn";
+};
+
 &sdhc2 {
        cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
 };