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

Commit 0f776b90 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu Committed by Gerrit - the friendly Code Review server
Browse files

SDM660: ADSPRPC: Align the size of IOVA to 128MB



Align the size of the IOVA that is being passed
in the arm_iommu_create_mapping() to 128MB.

Change-Id: Ia554c2157d6c46b2f3848f993a7e61ff7f029547
Acked-by: default avatarChenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent f1a10f15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2792,7 +2792,7 @@ static int fastrpc_cb_probe(struct device *dev)
		start = 0x60000000;
	VERIFY(err, !IS_ERR_OR_NULL(sess->smmu.mapping =
				arm_iommu_create_mapping(&platform_bus_type,
						start, 0x7fffffff)));
						start, 0x70000000)));
	if (err)
		goto bail;
	iommu_set_fault_handler(sess->smmu.mapping->domain,