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

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

Merge "dwc3: core: Update dwc->reg_phys information" into msm-4.14

parents dd367069 b6d6a100
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1144,6 +1144,7 @@ static int dwc3_probe(struct platform_device *pdev)
		return -ENODEV;
	}

	dwc->reg_phys = res->start;
	dwc->xhci_resources[0].start = res->start;
	dwc->xhci_resources[0].end = dwc->xhci_resources[0].start +
					DWC3_XHCI_REGS_END;