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

Commit 3155a274 authored by Anurag Chouhan's avatar Anurag Chouhan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add iova address for smmu and ipa into qcs405



Add iova address into the qcs405 to enable ipa and smmu.
Add msa fixed region.

Change-Id: Id5e8e254ee34db51d99dad8e5d7e1866e88f8940
Signed-off-by: default avatarAnurag Chouhan <achouhan@codeaurora.org>
parent 88532b42
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1290,8 +1290,11 @@

	qcom,icnss@18800000 {
		compatible = "qcom,icnss";
		reg = <0x0A000000 0x800000>;
		reg-names = "membase";
		reg = <0x0A000000 0x800000>,
		      <0xa0000000 0x10000000>,
		      <0xb0000000 0x10000>;
		reg-names = "membase", "smmu_iova_base", "smmu_iova_ipa";
		iommus = <&apps_smmu 0x400 0x1>;
		interrupts = <0 277 0 /* CE0 */ >,
		      <0 278 0 /* CE1 */ >,
		      <0 279 0 /* CE2 */ >,
@@ -1305,6 +1308,7 @@
		      <0 287 0 /* CE10 */ >,
		      <0 288 0 /* CE11 */ >;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,wlan-msa-fixed-region = <&wlan_msa_mem>;
		vdd-cx-mx-supply = <&pms405_l2>;
		vdd-1.8-xo-supply = <&pms405_l5>;
		vdd-1.3-rfa-supply = <&pms405_l1>;