Skip to content
Snippets Groups Projects
Commit 22de6b33 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PER


Basically, this should not be configured by users.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b78ffc53
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ static void dpll_init(void) ...@@ -36,7 +36,7 @@ static void dpll_init(void)
*/ */
tmp = readl(SC_DPLLCTRL); tmp = readl(SC_DPLLCTRL);
tmp &= ~0x3ff07fff; tmp &= ~0x3ff07fff;
#ifdef CONFIG_DPLL_SSC_RATE_1PER #ifdef DPLL_SSC_RATE_1PER
tmp |= 0x084018bf; tmp |= 0x084018bf;
#else #else
tmp |= 0x084031a6; tmp |= 0x084031a6;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment