This series updates some IPA-related DT nodes. Newer versions of IPA do not require an interconnect between IPA and SoC internal memory. The first patch updates the DT binding to reflect this. The second patch adds IPA information to "sc7280.dtsi", using only two interconnects. It includes the definition of the reserved memory area used to hold IPA firmware. The last patch defines the reserved IPA firmware memory area in "sc7180.dtsi". -Alex Alex Elder (3): dt-bindings: net: qcom,ipa: make imem interconnect optional arm64: dts: qcom: sc7280: add IPA information arm64: dts: qcom: sc7180: define ipa_fw_mem node .../devicetree/bindings/net/qcom,ipa.yaml | 18 ++++---- arch/arm64/boot/dts/qcom/sc7180.dtsi | 5 +++ arch/arm64/boot/dts/qcom/sc7280.dtsi | 43 +++++++++++++++++++ 3 files changed, 58 insertions(+), 8 deletions(-) -- 2.27.0