Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d1b122a authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

ARM: dts: msm: Add smmu iova address and size for ICNSS



Add smmu iova address and size for ICNSS. It will be used to
attach to smmu driver.

CRs-Fixed: 1049889
Change-Id: I7aad55ba6ac69ad2ca7a8783bf4fdd8241d112cc
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent e94b446e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2727,13 +2727,15 @@
	 qcom,icnss@18800000 {
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>,
		      <0x10AC000 0x20>;
		reg-names = "membase", "mpm_config";
		      <0x10AC000 0x20>,
		      <0xa0000000 0x10000000>,
		      <0xb0000000 0x10000>;
		reg-names = "membase", "mpm_config",
			    "smmu_iova_base", "smmu_iova_ipa";
		clocks = <&clock_gcc clk_aggre2_noc_clk>;
		clock-names = "smmu_aggre2_noc_clk";
		iommus = <&anoc2_smmu 0x1900>,
			 <&anoc2_smmu 0x1901>;
		qcom,wlan-smmu-iova-address = <0xa0000000 0x10000000>;
		interrupts = <0 413 0 /* CE0 */ >,
			     <0 414 0 /* CE1 */ >,
			     <0 415 0 /* CE2 */ >,