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

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

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

parents 9b50e3d6 0f776b90
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,