arm64: dts: sdm845: add IPA iommus property
authorAlex Elder <elder@linaro.org>
Mon, 4 May 2020 18:13:50 +0000 (13:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 00:27:48 +0000 (17:27 -0700)
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@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 8f926b5234d40c3ddfdf6abed4cce35a412b396a..de6bb86c496890e15ed748b29cf092abe825c15e 100644 (file)
 
                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>;