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

Commit 0e007e87 authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

ARM: dts: msm: remove fastmap usage for uC/WLAN CBs on Lahaina

Remove fastmap support for IPA uC and WLAN context banks to save
memory.

Change-Id: I04cd383fadb164e3ccbb80fa7db4e14cecd97ce0
parent 67b05629
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4564,7 +4564,7 @@
		ipa_smmu_wlan: ipa_smmu_wlan {
			compatible = "qcom,ipa-smmu-wlan-cb";
			iommus = <&apps_smmu 0x5C1 0x0>;
			qcom,iommu-dma = "fastmap";
			qcom,iommu-dma = "atomic";
			dma-coherent;
		};

@@ -4572,7 +4572,7 @@
			compatible = "qcom,ipa-smmu-uc-cb";
			iommus = <&apps_smmu 0x5C2 0x0>;
			qcom,iommu-dma-addr-pool = <0x20000000 0x20000000>;
			qcom,iommu-dma = "fastmap";
			qcom,iommu-dma = "atomic";
		};

		ipa_smmu_11ad: ipa_smmu_11ad {