usb: dwc3: resume phy during gadget initialization on recent cores
authorPratyush Anand <pratyush.anand@st.com>
Wed, 6 Jun 2012 14:06:17 +0000 (19:36 +0530)
committerFelipe Balbi <balbi@ti.com>
Wed, 6 Jun 2012 14:37:41 +0000 (17:37 +0300)
It is needed to enumerate recent cores like 2.10a.

Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c

index 8e00756..38cd13f 100644 (file)
@@ -2449,8 +2449,8 @@ int __devinit dwc3_gadget_init(struct dwc3 *dwc)
 
                dwc3_writel(dwc->regs, DWC3_DCTL, reg);
 
-               dwc3_gadget_usb2_phy_suspend(dwc, true);
-               dwc3_gadget_usb3_phy_suspend(dwc, true);
+               dwc3_gadget_usb2_phy_suspend(dwc, false);
+               dwc3_gadget_usb3_phy_suspend(dwc, false);
        }
 
        ret = device_register(&dwc->gadget.dev);