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

Commit fde5844b 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 7a52ac28 ca183f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2487,7 +2487,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;