mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
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>
This commit is contained in:
parent
40749d5a83
commit
dd39ee8a54
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue