mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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:
parent
8b14c06486
commit
cc47b12315
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user