[PATCH net-next v2 1/1] arm64: dts: sdm845: add IPA iommus property

From: Alex Elder
Date: Mon May 04 2020 - 14:14:06 EST


Add an "iommus" property to the IPA node in "sdm845.dtsi". It is
required because there are two regions of memory the IPA accesses
through an SMMU. The next few patches define and map those regions.

Signed-off-by: Alex Elder <elder@xxxxxxxxxx>
---

NOTE: This was posted in error previously as part of another series,
which has since been superseded (and no longer includes it).
https://lore.kernel.org/netdev/20200504175859.22606-1-elder@xxxxxxxxxx/

arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 71dfdfcf2033..7cce6f1b7c9e 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -1762,6 +1762,8 @@

ipa: ipa@1e40000 {
compatible = "qcom,sdm845-ipa";
+
+ iommus = <&apps_smmu 0x720 0x3>;
reg = <0 0x1e40000 0 0x7000>,
<0 0x1e47000 0 0x2000>,
<0 0x1e04000 0 0x2c000>;
--
2.20.1