This series includes four updates to DTS files for Qualcomm SoCs that include IPA. Most of this series was posted once before, and accepted into the net-next/master branch by David Miller: https://lore.kernel.org/netdev/20210719212456.3176086-1-elder@xxxxxxxxxx/ That series got reverted yesterday, meaning these patches can be taken in through the Qualcomm tree as intended: https://lore.kernel.org/netdev/20210802233019.800250-1-elder@xxxxxxxxxx/ The first patch defines IPA information for the SC7280 SoC. The second enables IPA for the SC7280 IDP platform, indicating the modem should perform early IPA initialization. The third patch adds the definition of a reserved memory area to hold IPA firmware for the SC7180 SoC; this is used if the modem does *not* do early IPA initialization. And the last patch fixes the definitions used for interconnects for the SM8350 SoC. A corresponding update to the configuration data (IPA code) was posted earlier today: https://lore.kernel.org/netdev/20210804135407.1358606-1-elder@xxxxxxxxxx -Alex Alex Elder (4): arm64: dts: qcom: sc7280: add IPA information arm64: dts: qcom: sc7280: enable IPA for sc7280-idp arm64: dts: qcom: sc7180: define ipa_fw_mem node arm64: dts: qcom: sm8350: fix IPA interconnects arch/arm64/boot/dts/qcom/sc7180.dtsi | 5 +++ arch/arm64/boot/dts/qcom/sc7280-idp.dts | 5 +++ arch/arm64/boot/dts/qcom/sc7280.dtsi | 42 +++++++++++++++++++++++++ arch/arm64/boot/dts/qcom/sm8350.dtsi | 8 ++--- 4 files changed, 55 insertions(+), 5 deletions(-) -- 2.27.0