usb: otg: support for multiple transceivers by a single controller
[linux.git] / drivers / usb / gadget / mv_udc_core.c
index 5d779955d5a610b03f06871f65514688e3e6024a..75ff41a5c959ae786e9b4af4d8758e8ba1ca5fc9 100644 (file)
@@ -2180,7 +2180,7 @@ static int __devinit mv_udc_probe(struct platform_device *dev)
 
 #ifdef CONFIG_USB_OTG_UTILS
        if (pdata->mode == MV_USB_MODE_OTG)
-               udc->transceiver = usb_get_phy();
+               udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2);
 #endif
 
        udc->clknum = pdata->clknum;
This page took 0.033142 seconds and 4 git commands to generate.