]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 26 Feb 2015 17:27:05 +0000 (02:27 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Sat, 28 Feb 2015 15:03:18 +0000 (00:03 +0900)
commitb76fa3a34ba8d64e75781c2d177a9a631d06d214
treeddb3fc75dba0f28f5960e068776754767049fd6e
parent6cc2120646a3230bcf4b57cb3cb937f4a1cfe150
ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization

This function was intended for MN2WS0235 (what we call PH1-Pro4TV).
On that SoC, MPLL is already running on the power-on reset and it
makes sense to stop the PLL at early boot-up.
On the other hand, PH1-Pro4(R) does not have SC_MPLLOSCCTL register,
so this function has no point.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/mach-uniphier/include/mach/sc-regs.h
arch/arm/mach-uniphier/ph1-pro4/pll_init.c