mbox series

[0/2] dts: qcom: use "qcom,gsi-loader"

Message ID 20221231002716.2367375-1-elder@linaro.org
Headers show
Series dts: qcom: use "qcom,gsi-loader" | expand

Message

Alex Elder Dec. 31, 2022, 12:27 a.m. UTC
IPA hardware has a GSI component that needs firmware loaded.
Recently, the way to specify how this firmware is loaded has
been changed.  As a result, indicating this via the presence or
absence of a "modem-init" property is now deprecated.  Instead,
a new "qcom,gsi-loader" property is used; this permits a third
method of loading GSI firmware to be supported.
  https://lore.kernel.org/netdev/20221116073257.34010-1-elder@linaro.org/

This series updates all of the exiting ARM and arm64 DTS files for
platforms implementing IPA so they specify the GSI loader using the
new property.

					-Alex

Alex Elder (2):
  ARM: dts: qcom: use qcom,gsi-loader for IPA
  arm64: dts: qcom: use qcom,gsi-loader for IPA

 arch/arm/boot/dts/qcom-sdx55-t55.dts                         | 4 ++--
 arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts             | 4 ++--
 arch/arm64/boot/dts/qcom/sc7180-trogdor-lte-sku.dtsi         | 5 ++---
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi                     | 2 +-
 arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi                   | 2 +-
 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi                   | 2 +-
 arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi               | 2 +-
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts                      | 3 ++-
 arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi          | 4 ++--
 arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts            | 4 ++--
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi | 3 ++-
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts           | 1 +
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts         | 3 ++-
 arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts             | 3 ++-
 arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts   | 4 ++--
 arch/arm64/boot/dts/qcom/sm8350-mtp.dts                      | 4 ++--
 arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi      | 3 ++-
 17 files changed, 29 insertions(+), 24 deletions(-)

Comments

Bjorn Andersson Jan. 18, 2023, 11:55 p.m. UTC | #1
On Fri, 30 Dec 2022 18:27:14 -0600, Alex Elder wrote:
> IPA hardware has a GSI component that needs firmware loaded.
> Recently, the way to specify how this firmware is loaded has
> been changed.  As a result, indicating this via the presence or
> absence of a "modem-init" property is now deprecated.  Instead,
> a new "qcom,gsi-loader" property is used; this permits a third
> method of loading GSI firmware to be supported.
>   https://lore.kernel.org/netdev/20221116073257.34010-1-elder@linaro.org/
> 
> [...]

Applied, thanks!

[1/2] ARM: dts: qcom: use qcom,gsi-loader for IPA
      commit: cbf91f46a72a0a1f8d2517c166101c4c85a0b940

Best regards,