blob: 86fb1a105601b2b5c48440192dc3e43f8f94b20e [file] [log] [blame]
Jaecheol Lee562a6cb2012-03-10 03:00:02 -08001/*
2 * Copyright (c) 2010-20122Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
4 *
5 * EXYNOS5250 - CPU frequency scaling support
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
11
12#include <linux/module.h>
13#include <linux/kernel.h>
14#include <linux/err.h>
15#include <linux/clk.h>
16#include <linux/io.h>
17#include <linux/slab.h>
18#include <linux/cpufreq.h>
19
20#include <mach/map.h>
21#include <mach/regs-clock.h>
Kukjin Kimc4aaa292012-12-28 16:29:10 -080022
23#include "exynos-cpufreq.h"
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080024
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080025static struct clk *cpu_clk;
26static struct clk *moutcore;
27static struct clk *mout_mpll;
28static struct clk *mout_apll;
29
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080030static unsigned int exynos5250_volt_table[] = {
31 1300000, 1250000, 1225000, 1200000, 1150000,
32 1125000, 1100000, 1075000, 1050000, 1025000,
33 1012500, 1000000, 975000, 950000, 937500,
34 925000
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080035};
36
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080037static struct cpufreq_frequency_table exynos5250_freq_table[] = {
38 {L0, 1700 * 1000},
39 {L1, 1600 * 1000},
40 {L2, 1500 * 1000},
41 {L3, 1400 * 1000},
42 {L4, 1300 * 1000},
43 {L5, 1200 * 1000},
44 {L6, 1100 * 1000},
45 {L7, 1000 * 1000},
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080046 {L8, 900 * 1000},
47 {L9, 800 * 1000},
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080048 {L10, 700 * 1000},
49 {L11, 600 * 1000},
50 {L12, 500 * 1000},
51 {L13, 400 * 1000},
52 {L14, 300 * 1000},
53 {L15, 200 * 1000},
54 {0, CPUFREQ_TABLE_END},
55};
56
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080057static struct apll_freq apll_freq_5250[] = {
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080058 /*
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080059 * values:
60 * freq
61 * clock divider for ARM, CPUD, ACP, PERIPH, ATB, PCLK_DBG, APLL, ARM2
62 * clock divider for COPY, HPM, RESERVED
63 * PLL M, P, S
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080064 */
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080065 APLL_FREQ(1700, 0, 3, 7, 7, 7, 3, 5, 0, 0, 2, 0, 425, 6, 0),
66 APLL_FREQ(1600, 0, 3, 7, 7, 7, 1, 4, 0, 0, 2, 0, 200, 3, 0),
67 APLL_FREQ(1500, 0, 2, 7, 7, 7, 1, 4, 0, 0, 2, 0, 250, 4, 0),
68 APLL_FREQ(1400, 0, 2, 7, 7, 6, 1, 4, 0, 0, 2, 0, 175, 3, 0),
69 APLL_FREQ(1300, 0, 2, 7, 7, 6, 1, 3, 0, 0, 2, 0, 325, 6, 0),
70 APLL_FREQ(1200, 0, 2, 7, 7, 5, 1, 3, 0, 0, 2, 0, 200, 4, 0),
71 APLL_FREQ(1100, 0, 3, 7, 7, 5, 1, 3, 0, 0, 2, 0, 275, 6, 0),
72 APLL_FREQ(1000, 0, 1, 7, 7, 4, 1, 2, 0, 0, 2, 0, 125, 3, 0),
73 APLL_FREQ(900, 0, 1, 7, 7, 4, 1, 2, 0, 0, 2, 0, 150, 4, 0),
74 APLL_FREQ(800, 0, 1, 7, 7, 4, 1, 2, 0, 0, 2, 0, 100, 3, 0),
75 APLL_FREQ(700, 0, 1, 7, 7, 3, 1, 1, 0, 0, 2, 0, 175, 3, 1),
76 APLL_FREQ(600, 0, 1, 7, 7, 3, 1, 1, 0, 0, 2, 0, 200, 4, 1),
77 APLL_FREQ(500, 0, 1, 7, 7, 2, 1, 1, 0, 0, 2, 0, 125, 3, 1),
78 APLL_FREQ(400, 0, 1, 7, 7, 2, 1, 1, 0, 0, 2, 0, 100, 3, 1),
79 APLL_FREQ(300, 0, 1, 7, 7, 1, 1, 1, 0, 0, 2, 0, 200, 4, 2),
80 APLL_FREQ(200, 0, 1, 7, 7, 1, 1, 1, 0, 0, 2, 0, 100, 3, 2),
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080081};
82
83static void set_clkdiv(unsigned int div_index)
84{
85 unsigned int tmp;
86
87 /* Change Divider - CPU0 */
88
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080089 tmp = apll_freq_5250[div_index].clk_div_cpu0;
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080090
91 __raw_writel(tmp, EXYNOS5_CLKDIV_CPU0);
92
93 while (__raw_readl(EXYNOS5_CLKDIV_STATCPU0) & 0x11111111)
94 cpu_relax();
95
96 /* Change Divider - CPU1 */
Jonghwan Choi9d0554f2012-12-23 15:57:42 -080097 tmp = apll_freq_5250[div_index].clk_div_cpu1;
Jaecheol Lee562a6cb2012-03-10 03:00:02 -080098
99 __raw_writel(tmp, EXYNOS5_CLKDIV_CPU1);
100
101 while (__raw_readl(EXYNOS5_CLKDIV_STATCPU1) & 0x11)
102 cpu_relax();
103}
104
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530105static void set_apll(unsigned int index)
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800106{
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530107 unsigned int tmp;
108 unsigned int freq = apll_freq_5250[index].freq;
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800109
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530110 /* MUX_CORE_SEL = MPLL, ARMCLK uses MPLL for lock time */
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800111 clk_set_parent(moutcore, mout_mpll);
112
113 do {
114 cpu_relax();
115 tmp = (__raw_readl(EXYNOS5_CLKMUX_STATCPU) >> 16);
116 tmp &= 0x7;
117 } while (tmp != 0x2);
118
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530119 clk_set_rate(mout_apll, freq * 1000);
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800120
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530121 /* MUX_CORE_SEL = APLL */
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800122 clk_set_parent(moutcore, mout_apll);
123
124 do {
125 cpu_relax();
126 tmp = __raw_readl(EXYNOS5_CLKMUX_STATCPU);
127 tmp &= (0x7 << 16);
128 } while (tmp != (0x1 << 16));
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800129}
130
131static void exynos5250_set_frequency(unsigned int old_index,
132 unsigned int new_index)
133{
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800134 if (old_index > new_index) {
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530135 set_clkdiv(new_index);
136 set_apll(new_index);
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800137 } else if (old_index < new_index) {
Sachin Kamat26ab1c62013-12-24 15:35:24 +0530138 set_apll(new_index);
139 set_clkdiv(new_index);
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800140 }
141}
142
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800143int exynos5250_cpufreq_init(struct exynos_dvfs_info *info)
144{
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800145 unsigned long rate;
146
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800147 cpu_clk = clk_get(NULL, "armclk");
148 if (IS_ERR(cpu_clk))
149 return PTR_ERR(cpu_clk);
150
151 moutcore = clk_get(NULL, "mout_cpu");
152 if (IS_ERR(moutcore))
153 goto err_moutcore;
154
155 mout_mpll = clk_get(NULL, "mout_mpll");
156 if (IS_ERR(mout_mpll))
157 goto err_mout_mpll;
158
159 rate = clk_get_rate(mout_mpll) / 1000;
160
161 mout_apll = clk_get(NULL, "mout_apll");
162 if (IS_ERR(mout_apll))
163 goto err_mout_apll;
164
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800165 info->mpll_freq_khz = rate;
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800166 /* 800Mhz */
167 info->pll_safe_idx = L9;
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800168 info->cpu_clk = cpu_clk;
169 info->volt_table = exynos5250_volt_table;
170 info->freq_table = exynos5250_freq_table;
171 info->set_freq = exynos5250_set_frequency;
Jaecheol Lee562a6cb2012-03-10 03:00:02 -0800172
173 return 0;
174
175err_mout_apll:
176 clk_put(mout_mpll);
177err_mout_mpll:
178 clk_put(moutcore);
179err_moutcore:
180 clk_put(cpu_clk);
181
182 pr_err("%s: failed initialization\n", __func__);
183 return -EINVAL;
184}