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

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

Merge "usb: dwc3: Enable parkmode for Gen1 controllers"

parents ce2b2d67 dd34ce10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1040,7 +1040,6 @@ int dwc3_core_init(struct dwc3 *dwc)
		 */
		if (!dwc3_is_usb31(dwc)) {
			reg |= DWC3_GUCTL1_PARKMODE_DISABLE_SS;
			reg |= DWC3_GUCTL1_PARKMODE_DISABLE_HS;
			reg |= DWC3_GUCTL1_PARKMODE_DISABLE_FSLS;
		}