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

Commit 81f0e49d authored by Ilia Lin's avatar Ilia Lin
Browse files

ARM: dts: msm: Disable fastmap for IPA CBs on SDXLEMUR

The WLAN CB and UC CB SMMUs on the sdxlemur intended to be
atomic.

Change-Id: If74e9021719086c27eb313017368e427a3b3f330
parent 86875d85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -759,14 +759,14 @@
			compatible = "qcom,ipa-smmu-wlan-cb";
			iommus = <&apps_smmu 0x5E1 0x0>;
			dma-coherent;
			qcom,iommu-dma = "fastmap";
			qcom,iommu-dma = "atomic";
		};

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

		ipa_smmu_11ad: ipa_smmu_11ad {