]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-uniphier/clk/pll-base-ld20.c
ARM: uniphier: remove unneeded mdelay() in PLL setting function
[people/ms/u-boot.git] / arch / arm / mach-uniphier / clk / pll-base-ld20.c
index a5027d20799f281ddd7c15a4ed0163708a0bb4c1..caa631d9f766ebb243d249078c3ec642b916dbde 100644 (file)
@@ -67,8 +67,6 @@ int uniphier_ld20_sscpll_ssc_en(unsigned long reg_base)
        if (!base)
                return -ENOMEM;
 
-       mdelay(1);
-
        tmp = readl(base);      /* SSCPLLCTRL */
        tmp |= SC_PLLCTRL_SSC_EN;
        writel(tmp, base);