Message ID | 20230310203438.1585701-1-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | cc47b123159dbad9c8a7e977e977e410de090418 |
Headers | show |
Series | [RFC] arm64: dts: qcom: sm8350-hdk: enable IPA | expand |
On Fri, 10 Mar 2023 22:34:38 +0200, Dmitry Baryshkov wrote: > 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. > > Applied, thanks! [1/1] arm64: dts: qcom: sm8350-hdk: enable IPA commit: cc47b123159dbad9c8a7e977e977e410de090418 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts index 09baf6959c71..60fbb2f49720 100644 --- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts @@ -746,3 +746,10 @@ irq-pins { }; }; }; + +&ipa { + qcom,gsi-loader = "self"; + memory-region = <&pil_ipa_fw_mem>; + status = "okay"; + firmware-name = "qcom/sm8350/ipa_fws.mbn"; +};
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> --- arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 7 +++++++ 1 file changed, 7 insertions(+)