arm64: dts: qcom: sm8350-hdk: enable IPA

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>
This commit is contained in:
Dmitry Baryshkov 2023-03-10 22:34:38 +02:00 committed by Bjorn Andersson
parent 8b14c06486
commit cc47b12315

View File

@ -925,3 +925,10 @@ irq-pins {
};
};
};
&ipa {
qcom,gsi-loader = "self";
memory-region = <&pil_ipa_fw_mem>;
status = "okay";
firmware-name = "qcom/sm8350/ipa_fws.mbn";
};