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

Commit f5008c2d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 6567375c 90a0eeb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3050,8 +3050,8 @@ static int dwc3_msm_extcon_register(struct dwc3_msm *mdwc)
	return 0;
}

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

static int dwc3_msm_init_iommu(struct dwc3_msm *mdwc)
{