Skip to content

Commit d786bf6

Browse files
committed
FROMLIST: arm64: dts: qcom: qcm6490-idp: add and enable IPA node
Enable IPA and ensure ipa apps loads the gsi firmware because modem doesn't support IPA FW loading. Link: https://lore.kernel.org/all/2qlpabzpyvjwd2siwkpcdcjq7geyzj5egu732dg775asn2wtbq@tcbj6r5ti2o5/T/#t Signed-off-by: Sarat Addepalli <sarat.addepalli@oss.qualcomm.com> Signed-off-by: Pavan Kumar M <rpavan@qti.qualcomm.com>
1 parent 946739e commit d786bf6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcm6490-idp.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,13 @@
614614
firmware-name = "qcom/qcm6490/a660_zap.mbn";
615615
};
616616

617+
&ipa {
618+
qcom,gsi-loader = "self";
619+
memory-region = <&ipa_fw_mem>;
620+
firmware-name = "qcom/qcm6490/ipa_fws.mbn";
621+
status = "okay";
622+
};
623+
617624
&lpass_rx_macro {
618625
status = "okay";
619626
};

0 commit comments

Comments
 (0)