summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-10-19 16:26:49 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-10-29 17:01:40 +0900
commitdd39ee8a545132431b6441135c707e2c49317f8b (patch)
tree69ddcaff5d7c2e7c15f05bb0022b3ffbf73af0d1 /arch
parent40749d5a8365c182300bc7ab259500b3abf06838 (diff)
ARM: uniphier: remove unneeded mdelay() in PLL setting function
This delay is already cared by the callers of this function. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-uniphier/clk/pll-base-ld20.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-uniphier/clk/pll-base-ld20.c b/arch/arm/mach-uniphier/clk/pll-base-ld20.c
index a5027d2079..caa631d9f7 100644
--- a/arch/arm/mach-uniphier/clk/pll-base-ld20.c
+++ b/arch/arm/mach-uniphier/clk/pll-base-ld20.c
@@ -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);