arm64: dts: qcom: sm8650-qrd: enable IPA
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 1 Dec 2023 13:50:42 +0000 (14:50 +0100)
committerBjorn Andersson <andersson@kernel.org>
Fri, 8 Dec 2023 03:21:41 +0000 (19:21 -0800)
Enable IPA on the SM8650 QRD.  The GSI firmware on this platform is
loaded by the AP.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231201-topic-sm8650-upstream-ipa-v1-2-7e8cf7200cd2@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650-qrd.dts

index e69ae61b61110e31ef96422f8d9756b9c5cb7f30..592a67a47c782f667cd48d8d8bcad7d457a84ee4 100644 (file)
        status = "okay";
 };
 
+&ipa {
+       qcom,gsi-loader = "self";
+       memory-region = <&ipa_fw_mem>;
+       firmware-name = "qcom/sm8650/ipa_fws.mbn";
+       status = "okay";
+};
+
 &mdss {
        status = "okay";
 };