2024-05-27 04:00:44

by Dmitry Baryshkov

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path

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 <[email protected]>
---
arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
index 47dc42f6e936..8e30f8cc0916 100644
--- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
+++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
@@ -494,6 +494,7 @@ ecsh: hid@5c {
&ipa {
qcom,gsi-loader = "self";
memory-region = <&ipa_fw_mem>;
+ firmware-name = "qcom/sdm850/LENOVO/81JL/ipa_fws.elf";
status = "okay";
};


---
base-commit: 8314289a8d50a4e05d8ece1ae0445a3b57bb4d3b
change-id: 20240527-yoga-ipa-fw-69c0f2550d57

Best regards,
--
Dmitry Baryshkov <[email protected]>



2024-05-28 03:35:04

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path


On Mon, 27 May 2024 07:00:22 +0300, Dmitry Baryshkov wrote:
> 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.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path
commit: cae4c862d8b2d7debb07e6d831e079520163ac4f

Best regards,
--
Bjorn Andersson <[email protected]>