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

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

Merge "usb: dwc3: Allow dwc_usb31 to operate in dual-role"

parents 8e72a3e0 669a7f8d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -84,15 +84,6 @@ static int dwc3_get_dr_mode(struct dwc3 *dwc)
			mode = USB_DR_MODE_HOST;
		else if (IS_ENABLED(CONFIG_USB_DWC3_GADGET))
			mode = USB_DR_MODE_PERIPHERAL;

		/*
		 * DWC_usb31 and DWC_usb3 v3.30a and higher do not support OTG
		 * mode. If the controller supports DRD but the dr_mode is not
		 * specified or set to OTG, then set the mode to peripheral.
		 */
		if (mode == USB_DR_MODE_OTG &&
		    dwc->revision >= DWC3_REVISION_330A)
			mode = USB_DR_MODE_PERIPHERAL;
	}

	if (mode != dwc->dr_mode) {