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

Commit d762ea80 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: use IOMMU_MMIO only for device type"

parents f82f9e44 2d1a7621
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6270,7 +6270,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev)
			iova_p, &pa_p, size_p);
			iova_p, &pa_p, size_p);
		ipa3_iommu_map(cb->mapping->domain,
		ipa3_iommu_map(cb->mapping->domain,
			iova_p, pa_p, size_p,
			iova_p, pa_p, size_p,
			IOMMU_READ | IOMMU_WRITE | IOMMU_MMIO);
			IOMMU_READ | IOMMU_WRITE);
	}
	}