aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/samsung/clk-exynos4.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
index cafb6959cf69..41cbe6e7e182 100644
--- a/drivers/clk/samsung/clk-exynos4.c
+++ b/drivers/clk/samsung/clk-exynos4.c
@@ -984,7 +984,7 @@ static struct of_device_id ext_clk_match[] __initdata = {
984 {}, 984 {},
985}; 985};
986 986
987static struct samsung_pll_clock exynos4_plls[nr_plls] __initdata = { 987static struct samsung_pll_clock exynos4x12_plls[nr_plls] __initdata = {
988 [apll] = PLL(pll_35xx, fout_apll, "fout_apll", "fin_pll", 988 [apll] = PLL(pll_35xx, fout_apll, "fout_apll", "fin_pll",
989 APLL_LOCK, APLL_CON0, NULL), 989 APLL_LOCK, APLL_CON0, NULL),
990 [mpll] = PLL(pll_35xx, fout_mpll, "fout_mpll", "fin_pll", 990 [mpll] = PLL(pll_35xx, fout_mpll, "fout_mpll", "fin_pll",
@@ -1036,8 +1036,8 @@ static void __init exynos4_clk_init(struct device_node *np,
1036 samsung_clk_add_lookup(epll, fout_epll); 1036 samsung_clk_add_lookup(epll, fout_epll);
1037 samsung_clk_add_lookup(vpll, fout_vpll); 1037 samsung_clk_add_lookup(vpll, fout_vpll);
1038 } else { 1038 } else {
1039 samsung_clk_register_pll(exynos4_plls, 1039 samsung_clk_register_pll(exynos4x12_plls,
1040 ARRAY_SIZE(exynos4_plls), reg_base); 1040 ARRAY_SIZE(exynos4x12_plls), reg_base);
1041 } 1041 }
1042 1042
1043 samsung_clk_register_fixed_rate(exynos4_fixed_rate_clks, 1043 samsung_clk_register_fixed_rate(exynos4_fixed_rate_clks,