]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sdm845-lg-common: Change ipa gsi-loader to 'self', add memory-region
authorPaul Sajna <sajattack@postmarketos.org>
Thu, 9 Apr 2026 02:41:13 +0000 (19:41 -0700)
committerBjorn Andersson <andersson@kernel.org>
Sat, 9 May 2026 15:32:59 +0000 (10:32 -0500)
The modem firmware for this device doesn't preload the IPA firmware
and requires the OS handles that instead. Set qcom,gsi-loader = "self"
to reflect that.

Ensure the ipa uses the correct memory.

ipa 1e40000.ipa: channel 4 limited to 256 TREs
ipa 1e40000.ipa: IPA driver initialized
ipa 1e40000.ipa: received modem starting event
ipa 1e40000.ipa: received modem running event

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260408-judyln-followup-v1-2-823467519b59@postmarketos.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi

index 9d82961d527e044df64952f7e7d28aa1cd7809dd..85dc4468b6c443bc0c53092699530e2ad2b99657 100644 (file)
 };
 
 &ipa {
-       qcom,gsi-loader = "modem";
+       qcom,gsi-loader = "self";
+       memory-region = <&ipa_fw_mem>;
+
        status = "okay";
 };