diff options
author | Jeffrey Hugo <jeffrey.l.hugo@gmail.com> | 2020-05-28 11:53:41 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-06-20 23:47:03 -0700 |
commit | 5f7f61e34d17b11865f55ae06b17d9ed10bd4332 (patch) | |
tree | 03da185e4a26f98c4a84b53cf7f5fd6259db7023 /arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts | |
parent | 5c29f9e6e7d42e113bd51aeb92a28bf1ae76911c (diff) | |
download | lwn-5f7f61e34d17b11865f55ae06b17d9ed10bd4332.tar.gz lwn-5f7f61e34d17b11865f55ae06b17d9ed10bd4332.zip |
arm64: dts: qcom: lenovo630: Add Modem firmware files
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>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts b/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts index 407c6a32911c..89492ed5196c 100644 --- a/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts +++ b/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts @@ -25,6 +25,11 @@ }; }; +&remoteproc_mss { + firmware-name = "qcom/LENOVO/81F1/qcdsp1v28998.mbn", + "qcom/LENOVO/81F1/qcdsp28998.mbn"; +}; + &sdhc2 { cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>; }; |