|
@@ -1423,6 +1423,7 @@ static int fsl_pullup(struct usb_gadget *gadget, int is_on)
|
|
|
{
|
|
|
struct fsl_udc *udc;
|
|
|
|
|
|
+ printf("FSL pullup\n");
|
|
|
udc = container_of(gadget, struct fsl_udc, gadget);
|
|
|
udc->softconnect = (is_on != 0);
|
|
|
if (can_pullup(udc))
|
|
@@ -2660,7 +2661,7 @@ int __devinit fsl_udc_probe(struct fsl_usb2_platform_data *pdata)
|
|
|
/*
|
|
|
* do platform specific init: check the clock, grab/config pins, etc.
|
|
|
*/
|
|
|
- //set_usboh3_clk();
|
|
|
+ set_usboh3_clk();
|
|
|
set_usb_phy1_clk();
|
|
|
enable_usboh3_clk(1);
|
|
|
enable_usb_phy1_clk(1);
|