]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 27 May 2024 04:00:22 +0000 (07:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2024 06:59:17 +0000 (08:59 +0200)
[ Upstream commit cae4c862d8b2d7debb07e6d831e079520163ac4f ]

Specify firmware path for the IPA network controller on the Lenovo Yoga
C630 laptop. Without this property IPA tries to load firmware from the
default location, which likely will fail.

Fixes: 2e01e0c21459 ("arm64: dts: qcom: sdm850-yoga: Enable IPA")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240527-yoga-ipa-fw-v1-1-99ac1f5db283@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts

index 47dc42f6e936cd9999a5e1f15890ba25da945e79..8e30f8cc0916c2b58e27551333232cfae51665e3 100644 (file)
 &ipa {
        qcom,gsi-loader = "self";
        memory-region = <&ipa_fw_mem>;
+       firmware-name = "qcom/sdm850/LENOVO/81JL/ipa_fws.elf";
        status = "okay";
 };