ARM: dts: qcom: use qcom,gsi-loader for IPA
authorAlex Elder <elder@linaro.org>
Sat, 31 Dec 2022 00:27:15 +0000 (18:27 -0600)
committerBjorn Andersson <andersson@kernel.org>
Wed, 18 Jan 2023 23:12:47 +0000 (17:12 -0600)
Depending on the platform, either the modem or the AP must load GSI
firmware for IPA before it can be used.  To date, this has been
indicated by the presence or absence of a "modem-init" property.

That mechanism has been deprecated.  Instead, we indicate how GSI
firmware should be loaded by the value of the "qcom,gsi-loader"
property.

Update all ARM platforms that use IPA to use the "qcom,gsi-loader"
property to specify how the GSI firmware is loaded.

Update the affected nodes so the status property is last.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221231002716.2367375-2-elder@linaro.org
arch/arm/boot/dts/qcom-sdx55-t55.dts
arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

index 7ed8feb..61ac5f5 100644 (file)
 };
 
 &ipa {
-       status = "okay";
-
+       qcom,gsi-loader = "self";
        memory-region = <&ipa_fw_mem>;
+       status = "okay";
 };
 
 &qpic_bam {
index ac8b462..c9c1f7d 100644 (file)
 };
 
 &ipa {
-       status = "okay";
-
+       qcom,gsi-loader = "self";
        memory-region = <&ipa_fw_mem>;
+       status = "okay";
 };
 
 &pcie0_phy {