summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/usb_h2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx5/usb_h2.c')
-rw-r--r--arch/arm/mach-mx5/usb_h2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-mx5/usb_h2.c b/arch/arm/mach-mx5/usb_h2.c
index 57384f89be02..9acbbf18dd1a 100644
--- a/arch/arm/mach-mx5/usb_h2.c
+++ b/arch/arm/mach-mx5/usb_h2.c
@@ -98,11 +98,6 @@ static int fsl_usb_host_init_ext(struct platform_device *pdev)
clk_enable(usb_clk);
clk_put(usb_clk);
- /*derive clock from oscillator */
- usb_clk = clk_get(NULL, "usb_utmi_clk");
- clk_disable(usb_clk);
- clk_put(usb_clk);
-
/* on mx53, there is a hardware limitation that when switch the host2's clk mode
* ,usb phy1 clk must be on, after finish switching this clk can be off */
if (cpu_is_mx53()) {