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

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

Merge "dwc3-msm: Change USB SMMU related page table range"

parents c28aeb89 00d6f726
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2989,8 +2989,8 @@ static int dwc3_msm_extcon_register(struct dwc3_msm *mdwc)
	return ret;
}

#define SMMU_BASE	0x10000000 /* Device address range base */
#define SMMU_SIZE	0x40000000 /* Device address range size */
#define SMMU_BASE	0x60000000 /* Device address range base */
#define SMMU_SIZE	0x90000000 /* Device address range size */

static int dwc3_msm_init_iommu(struct dwc3_msm *mdwc)
{