diff mbox

[U-Boot,11/15] ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PER

Message ID 1474050792-23218-12-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 22de6b3374010bd5d9e3063f3b1fa4d70d10faee
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Sept. 16, 2016, 6:33 p.m. UTC
Basically, this should not be configured by users.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-uniphier/pll/pll-init-sld8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/mach-uniphier/pll/pll-init-sld8.c b/arch/arm/mach-uniphier/pll/pll-init-sld8.c
index b26106e..8b6a67c 100644
--- a/arch/arm/mach-uniphier/pll/pll-init-sld8.c
+++ b/arch/arm/mach-uniphier/pll/pll-init-sld8.c
@@ -36,7 +36,7 @@  static void dpll_init(void)
 	 */
 	tmp = readl(SC_DPLLCTRL);
 	tmp &= ~0x3ff07fff;
-#ifdef CONFIG_DPLL_SSC_RATE_1PER
+#ifdef DPLL_SSC_RATE_1PER
 	tmp |= 0x084018bf;
 #else
 	tmp |= 0x084031a6;