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

Commit f7bbdebc authored by Perry Randise's avatar Perry Randise
Browse files

ARM: dts: msm: changes in support of new smmu usage design



These changes reflect the new way of doing SMMU setup and usage.

Change-Id: I65dc2b6fb9ae72e0e2e58a208093129a0f1a1979
CRs-Fixed: 2398133
Signed-off-by: default avatarPerry Randise <prandise@codeaurora.org>
parent 3fa7e473
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2388,25 +2388,25 @@
		ipa_smmu_ap: ipa_smmu_ap {
			compatible = "qcom,ipa-smmu-ap-cb";
			iommus = <&apps_smmu 0x5C0 0x0>;
			qcom,iova-mapping = <0x20000000 0x40000000>;
			qcom,iommu-dma-addr-pool = <0x20000000 0x40000000>;
			qcom,additional-mapping =
				/* modem tables in IMEM */
				<0x146BD000 0x146BD000 0x2000>;
			dma-coherent;
			qcom,iommu-dma = "disabled";
			qcom,iommu-dma = "fastmap";
		};

		ipa_smmu_wlan: ipa_smmu_wlan {
			compatible = "qcom,ipa-smmu-wlan-cb";
			iommus = <&apps_smmu 0x5C1 0x0>;
			qcom,iommu-dma = "disabled";
			qcom,iommu-dma = "fastmap";
		};

		ipa_smmu_uc: ipa_smmu_uc {
			compatible = "qcom,ipa-smmu-uc-cb";
			iommus = <&apps_smmu 0x5C2 0x0>;
			qcom,iova-mapping = <0x40000000 0x20000000>;
			qcom,iommu-dma = "disabled";
			qcom,iommu-dma-addr-pool = <0x40000000 0x20000000>;
			qcom,iommu-dma = "fastmap";
		};

		ipa_smmu_11ad: ipa_smmu_11ad {