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

Commit b458936d 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 ffea0629 64d7a52d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1768,9 +1768,10 @@ static void dwc3_msm_notify_event(struct dwc3 *dwc, unsigned int 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)