]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:06:22 +0000 (14:06 +0200)
commitda8ab8914d2b7bd851933ea70939d4993c434631
tree60d028f2854b9ee567bbf4c78c4428f962768d2f
parentf95e04e0ff43419d503d9a8553b7d6fba33b276c
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