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

Commit 6c06c79c 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 2403f0c8 28c40197
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1009,7 +1009,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;
		}