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

Commit ca183f91 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
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 1996ec83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2459,7 +2459,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, 0x78000000)));
	if (err)
		goto bail;