diff options
Diffstat (limited to 'drivers/usb/host/ehci-mx5.c')
| -rw-r--r-- | drivers/usb/host/ehci-mx5.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/usb/host/ehci-mx5.c b/drivers/usb/host/ehci-mx5.c index 9c3477304..9a2c295ec 100644 --- a/drivers/usb/host/ehci-mx5.c +++ b/drivers/usb/host/ehci-mx5.c @@ -220,7 +220,8 @@ int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)  	set_usboh3_clk();  	enable_usboh3_clk(1); -	set_usb_phy2_clk(); +	set_usb_phy_clk(); +	enable_usb_phy1_clk(1);  	enable_usb_phy2_clk(1);  	mdelay(1); |