summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/include/mach/sc-regs.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-27 02:27:05 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2015-03-01 00:03:18 +0900
commitb76fa3a34ba8d64e75781c2d177a9a631d06d214 (patch)
treeddb3fc75dba0f28f5960e068776754767049fd6e /arch/arm/mach-uniphier/include/mach/sc-regs.h
parent6cc2120646a3230bcf4b57cb3cb937f4a1cfe150 (diff)
downloadtalos-obmc-uboot-b76fa3a34ba8d64e75781c2d177a9a631d06d214.tar.gz
talos-obmc-uboot-b76fa3a34ba8d64e75781c2d177a9a631d06d214.zip
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>
Diffstat (limited to 'arch/arm/mach-uniphier/include/mach/sc-regs.h')
-rw-r--r--arch/arm/mach-uniphier/include/mach/sc-regs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-uniphier/include/mach/sc-regs.h b/arch/arm/mach-uniphier/include/mach/sc-regs.h
index caec6c2574..20878e2d1c 100644
--- a/arch/arm/mach-uniphier/include/mach/sc-regs.h
+++ b/arch/arm/mach-uniphier/include/mach/sc-regs.h
@@ -11,10 +11,6 @@
#define SC_BASE_ADDR 0x61840000
-#define SC_MPLLOSCCTL (SC_BASE_ADDR | 0x1184)
-#define SC_MPLLOSCCTL_MPLLEN (0x1 << 0)
-#define SC_MPLLOSCCTL_MPLLST (0x1 << 1)
-
#define SC_DPLLCTRL (SC_BASE_ADDR | 0x1200)
#define SC_DPLLCTRL_SSC_EN (0x1 << 31)
#define SC_DPLLCTRL_FOUTMODE_MASK (0xf << 16)
OpenPOWER on IntegriCloud