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

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

Merge "USB: dwc3-msm: Disable pipe clock requirement for HS/FS only mode"

parents 24a40834 1102c0f8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1753,9 +1753,10 @@ static void dwc3_msm_notify_event(struct dwc3 *dwc, unsigned event,

		/*
		 * Below sequence is used when controller is working without
		 * having ssphy and only USB high speed is supported.
		 * having ssphy and only USB high/full speed is supported.
		 */
		if (dwc->maximum_speed == USB_SPEED_HIGH) {
		if (dwc->maximum_speed == USB_SPEED_HIGH ||
					dwc->maximum_speed == USB_SPEED_FULL) {
			dwc3_msm_write_reg(mdwc->base, QSCRATCH_GENERAL_CFG,
				dwc3_msm_read_reg(mdwc->base,
				QSCRATCH_GENERAL_CFG)