MLK-13869 Revert "ARM: imx: add sleep for pllv3 relock"
authorIrina Tirdea <irina.tirdea@nxp.com>
Tue, 14 Feb 2017 08:37:56 +0000 (10:37 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:14 +0000 (14:58 -0500)
This reverts commit 322503a15740bd9383bb4ed452e5dd5a40598170.
The driver for clk-pllv3 has moved from arch/arm/mach-imx/clk-pllv3.c
to drivers/clk/imx/clk-pllv3.c since the orginal change was made,
so the revert is done to the new file instead.

Signed-off-by: Irina Tirdea <irina.tirdea@nxp.com>
drivers/clk/imx/clk-pllv3.c

index 38dd536..d8b4819 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <linux/clk-provider.h>
-#include <linux/delay.h>
 #include <linux/imx_sema4.h>
 #include <linux/io.h>
 #include <linux/slab.h>
@@ -72,7 +71,6 @@ static int clk_pllv3_wait_lock(struct clk_pllv3 *pll)
                        break;
                if (time_after(jiffies, timeout))
                        break;
-               usleep_range(50, 500);
        } while (1);
 
        return readl_relaxed(pll->base) & BM_PLL_LOCK ? 0 : -ETIMEDOUT;