arm64: dts: qcom: sm8350-hdk: enable IPA
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 10 Mar 2023 20:34:38 +0000 (22:34 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 16:19:49 +0000 (10:19 -0600)
Although the HDK has no radio, the IPA part is still perfectly usable
(altough it doesn't register any real networking devices). Enable it to
make it possible to test IPA on this platform.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230310203438.1585701-1-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8350-hdk.dts

index 796cbb58ef6e34af0a76696c9db4b80ea2c9aae9..f9de0e49fa249af52cb3cbdfdabb394815ce82d3 100644 (file)
                };
        };
 };
+
+&ipa {
+       qcom,gsi-loader = "self";
+       memory-region = <&pil_ipa_fw_mem>;
+       status = "okay";
+       firmware-name = "qcom/sm8350/ipa_fws.mbn";
+};