blob: b4f2a1e31a24c0eb59d6527c506241c575d33802 [file] [log] [blame]
Matt Wagantall6dcfa922012-06-07 20:13:51 -07001/*
2 * Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14#include <linux/kernel.h>
15#include <linux/module.h>
16#include <linux/platform_device.h>
17#include <mach/rpm-regulator.h>
18#include <mach/msm_bus_board.h>
19#include <mach/msm_bus.h>
20
21#include "acpuclock.h"
22#include "acpuclock-krait.h"
23
24/* Corner type vreg VDD values */
25#define LVL_NONE RPM_VREG_CORNER_NONE
26#define LVL_LOW RPM_VREG_CORNER_LOW
27#define LVL_NOM RPM_VREG_CORNER_NOMINAL
28#define LVL_HIGH RPM_VREG_CORNER_HIGH
29
Matt Wagantall1f3762d2012-06-08 19:08:48 -070030static struct hfpll_data hfpll_data __initdata = {
Matt Wagantall6dcfa922012-06-07 20:13:51 -070031 .mode_offset = 0x00,
32 .l_offset = 0x08,
33 .m_offset = 0x0C,
34 .n_offset = 0x10,
35 .config_offset = 0x04,
36 .config_val = 0x7845C665,
37 .has_droop_ctl = true,
38 .droop_offset = 0x14,
39 .droop_val = 0x0108C000,
Matt Wagantall87465f52012-07-23 22:03:06 -070040 .low_vdd_l_max = 22,
41 .nom_vdd_l_max = 42,
Matt Wagantall6dcfa922012-06-07 20:13:51 -070042 .vdd[HFPLL_VDD_NONE] = LVL_NONE,
43 .vdd[HFPLL_VDD_LOW] = LVL_LOW,
44 .vdd[HFPLL_VDD_NOM] = LVL_NOM,
Matt Wagantall87465f52012-07-23 22:03:06 -070045 .vdd[HFPLL_VDD_HIGH] = LVL_HIGH,
Matt Wagantall6dcfa922012-06-07 20:13:51 -070046};
47
Patrick Daly65213ed2012-08-28 13:36:31 -070048static struct scalable scalable_pm8917[] __initdata = {
49 [CPU0] = {
50 .hfpll_phys_base = 0x00903200,
51 .aux_clk_sel_phys = 0x02088014,
52 .aux_clk_sel = 3,
Matt Wagantalla133dbf2012-09-27 19:56:57 -070053 .sec_clk_sel = 2,
Patrick Daly65213ed2012-08-28 13:36:31 -070054 .l2cpmr_iaddr = 0x4501,
55 .vreg[VREG_CORE] = { "krait0", 1300000 },
56 .vreg[VREG_MEM] = { "krait0_mem", 1150000 },
57 .vreg[VREG_DIG] = { "krait0_dig", 1150000 },
58 .vreg[VREG_HFPLL_A] = { "krait0_s8", 2050000 },
59 .vreg[VREG_HFPLL_B] = { "krait0_l23", 1800000 },
60 },
61 [CPU1] = {
62 .hfpll_phys_base = 0x00903300,
63 .aux_clk_sel_phys = 0x02098014,
64 .aux_clk_sel = 3,
Matt Wagantalla133dbf2012-09-27 19:56:57 -070065 .sec_clk_sel = 2,
Patrick Daly65213ed2012-08-28 13:36:31 -070066 .l2cpmr_iaddr = 0x5501,
67 .vreg[VREG_CORE] = { "krait1", 1300000 },
68 .vreg[VREG_MEM] = { "krait1_mem", 1150000 },
69 .vreg[VREG_DIG] = { "krait1_dig", 1150000 },
70 .vreg[VREG_HFPLL_A] = { "krait1_s8", 2050000 },
71 .vreg[VREG_HFPLL_B] = { "krait1_l23", 1800000 },
72 },
73 [L2] = {
74 .hfpll_phys_base = 0x00903400,
75 .aux_clk_sel_phys = 0x02011028,
76 .aux_clk_sel = 3,
Matt Wagantalla133dbf2012-09-27 19:56:57 -070077 .sec_clk_sel = 2,
Patrick Daly65213ed2012-08-28 13:36:31 -070078 .l2cpmr_iaddr = 0x0500,
79 .vreg[VREG_HFPLL_A] = { "l2_s8", 2050000 },
80 .vreg[VREG_HFPLL_B] = { "l2_l23", 1800000 },
81 },
82};
83
Matt Wagantall1f3762d2012-06-08 19:08:48 -070084static struct scalable scalable[] __initdata = {
Matt Wagantall6dcfa922012-06-07 20:13:51 -070085 [CPU0] = {
86 .hfpll_phys_base = 0x00903200,
Matt Wagantall6dcfa922012-06-07 20:13:51 -070087 .aux_clk_sel_phys = 0x02088014,
88 .aux_clk_sel = 3,
Matt Wagantalla133dbf2012-09-27 19:56:57 -070089 .sec_clk_sel = 2,
Matt Wagantall6dcfa922012-06-07 20:13:51 -070090 .l2cpmr_iaddr = 0x4501,
Matt Wagantall6d9c4162012-07-16 18:58:16 -070091 .vreg[VREG_CORE] = { "krait0", 1300000 },
Matt Wagantall6dcfa922012-06-07 20:13:51 -070092 .vreg[VREG_MEM] = { "krait0_mem", 1150000 },
93 .vreg[VREG_DIG] = { "krait0_dig", 1150000 },
94 .vreg[VREG_HFPLL_A] = { "krait0_hfpll", 1800000 },
95 },
96 [CPU1] = {
97 .hfpll_phys_base = 0x00903300,
Matt Wagantall6dcfa922012-06-07 20:13:51 -070098 .aux_clk_sel_phys = 0x02098014,
99 .aux_clk_sel = 3,
Matt Wagantalla133dbf2012-09-27 19:56:57 -0700100 .sec_clk_sel = 2,
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700101 .l2cpmr_iaddr = 0x5501,
Matt Wagantall6d9c4162012-07-16 18:58:16 -0700102 .vreg[VREG_CORE] = { "krait1", 1300000 },
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700103 .vreg[VREG_MEM] = { "krait1_mem", 1150000 },
104 .vreg[VREG_DIG] = { "krait1_dig", 1150000 },
105 .vreg[VREG_HFPLL_A] = { "krait1_hfpll", 1800000 },
106 },
107 [L2] = {
108 .hfpll_phys_base = 0x00903400,
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700109 .aux_clk_sel_phys = 0x02011028,
110 .aux_clk_sel = 3,
Matt Wagantalla133dbf2012-09-27 19:56:57 -0700111 .sec_clk_sel = 2,
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700112 .l2cpmr_iaddr = 0x0500,
113 .vreg[VREG_HFPLL_A] = { "l2_hfpll", 1800000 },
114 },
115};
116
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700117static struct msm_bus_paths bw_level_tbl[] __initdata = {
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700118 [0] = BW_MBPS(640), /* At least 80 MHz on bus. */
119 [1] = BW_MBPS(1064), /* At least 133 MHz on bus. */
120 [2] = BW_MBPS(1600), /* At least 200 MHz on bus. */
121 [3] = BW_MBPS(2128), /* At least 266 MHz on bus. */
122 [4] = BW_MBPS(3200), /* At least 400 MHz on bus. */
123 [5] = BW_MBPS(3600), /* At least 450 MHz on bus. */
124 [6] = BW_MBPS(3936), /* At least 492 MHz on bus. */
125 [7] = BW_MBPS(4264), /* At least 533 MHz on bus. */
126};
127
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700128static struct msm_bus_scale_pdata bus_scale_data __initdata = {
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700129 .usecase = bw_level_tbl,
130 .num_usecases = ARRAY_SIZE(bw_level_tbl),
131 .active_only = 1,
132 .name = "acpuclk-8930",
133};
134
135/* TODO: Update vdd_dig, vdd_mem and bw when data is available. */
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700136static struct l2_level l2_freq_tbl[] __initdata = {
Matt Wagantalla133dbf2012-09-27 19:56:57 -0700137 [0] = { { 384000, PLL_8, 0, 0x00 }, LVL_NOM, 1050000, 1 },
138 [1] = { { 432000, HFPLL, 2, 0x20 }, LVL_NOM, 1050000, 2 },
139 [2] = { { 486000, HFPLL, 2, 0x24 }, LVL_NOM, 1050000, 2 },
140 [3] = { { 540000, HFPLL, 2, 0x28 }, LVL_NOM, 1050000, 2 },
141 [4] = { { 594000, HFPLL, 1, 0x16 }, LVL_NOM, 1050000, 2 },
142 [5] = { { 648000, HFPLL, 1, 0x18 }, LVL_NOM, 1050000, 4 },
143 [6] = { { 702000, HFPLL, 1, 0x1A }, LVL_NOM, 1050000, 4 },
144 [7] = { { 756000, HFPLL, 1, 0x1C }, LVL_HIGH, 1150000, 4 },
145 [8] = { { 810000, HFPLL, 1, 0x1E }, LVL_HIGH, 1150000, 4 },
146 [9] = { { 864000, HFPLL, 1, 0x20 }, LVL_HIGH, 1150000, 4 },
147 [10] = { { 918000, HFPLL, 1, 0x22 }, LVL_HIGH, 1150000, 7 },
148 [11] = { { 972000, HFPLL, 1, 0x24 }, LVL_HIGH, 1150000, 7 },
149 [12] = { { 1026000, HFPLL, 1, 0x26 }, LVL_HIGH, 1150000, 7 },
150 [13] = { { 1080000, HFPLL, 1, 0x28 }, LVL_HIGH, 1150000, 7 },
151 [14] = { { 1134000, HFPLL, 1, 0x2A }, LVL_HIGH, 1150000, 7 },
152 [15] = { { 1188000, HFPLL, 1, 0x2C }, LVL_HIGH, 1150000, 7 },
Stephen Boyd2b73ee02012-09-11 21:08:13 -0700153 { }
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700154};
155
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700156static struct acpu_level acpu_freq_tbl_slow[] __initdata = {
Matt Wagantalla133dbf2012-09-27 19:56:57 -0700157 { 1, { 384000, PLL_8, 0, 0x00 }, L2(0), 950000 },
158 { 1, { 432000, HFPLL, 2, 0x20 }, L2(5), 975000 },
159 { 1, { 486000, HFPLL, 2, 0x24 }, L2(5), 975000 },
160 { 1, { 540000, HFPLL, 2, 0x28 }, L2(5), 1000000 },
161 { 1, { 594000, HFPLL, 1, 0x16 }, L2(5), 1000000 },
162 { 1, { 648000, HFPLL, 1, 0x18 }, L2(5), 1025000 },
163 { 1, { 702000, HFPLL, 1, 0x1A }, L2(5), 1025000 },
164 { 1, { 756000, HFPLL, 1, 0x1C }, L2(10), 1075000 },
165 { 1, { 810000, HFPLL, 1, 0x1E }, L2(10), 1075000 },
166 { 1, { 864000, HFPLL, 1, 0x20 }, L2(10), 1100000 },
167 { 1, { 918000, HFPLL, 1, 0x22 }, L2(10), 1100000 },
168 { 1, { 972000, HFPLL, 1, 0x24 }, L2(10), 1125000 },
169 { 1, { 1026000, HFPLL, 1, 0x26 }, L2(10), 1125000 },
170 { 1, { 1080000, HFPLL, 1, 0x28 }, L2(15), 1175000 },
171 { 1, { 1134000, HFPLL, 1, 0x2A }, L2(15), 1175000 },
172 { 1, { 1188000, HFPLL, 1, 0x2C }, L2(15), 1200000 },
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700173 { 0, { 0 } }
174};
175
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700176static struct acpu_level acpu_freq_tbl_nom[] __initdata = {
Matt Wagantalla133dbf2012-09-27 19:56:57 -0700177 { 1, { 384000, PLL_8, 0, 0x00 }, L2(0), 925000 },
178 { 1, { 432000, HFPLL, 2, 0x20 }, L2(5), 950000 },
179 { 1, { 486000, HFPLL, 2, 0x24 }, L2(5), 950000 },
180 { 1, { 540000, HFPLL, 2, 0x28 }, L2(5), 975000 },
181 { 1, { 594000, HFPLL, 1, 0x16 }, L2(5), 975000 },
182 { 1, { 648000, HFPLL, 1, 0x18 }, L2(5), 1000000 },
183 { 1, { 702000, HFPLL, 1, 0x1A }, L2(5), 1000000 },
184 { 1, { 756000, HFPLL, 1, 0x1C }, L2(10), 1050000 },
185 { 1, { 810000, HFPLL, 1, 0x1E }, L2(10), 1050000 },
186 { 1, { 864000, HFPLL, 1, 0x20 }, L2(10), 1075000 },
187 { 1, { 918000, HFPLL, 1, 0x22 }, L2(10), 1075000 },
188 { 1, { 972000, HFPLL, 1, 0x24 }, L2(10), 1100000 },
189 { 1, { 1026000, HFPLL, 1, 0x26 }, L2(10), 1100000 },
190 { 1, { 1080000, HFPLL, 1, 0x28 }, L2(15), 1150000 },
191 { 1, { 1134000, HFPLL, 1, 0x2A }, L2(15), 1150000 },
192 { 1, { 1188000, HFPLL, 1, 0x2C }, L2(15), 1175000 },
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700193 { 0, { 0 } }
194};
195
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700196static struct acpu_level acpu_freq_tbl_fast[] __initdata = {
Matt Wagantalla133dbf2012-09-27 19:56:57 -0700197 { 1, { 384000, PLL_8, 0, 0x00 }, L2(0), 900000 },
198 { 1, { 432000, HFPLL, 2, 0x20 }, L2(5), 900000 },
199 { 1, { 486000, HFPLL, 2, 0x24 }, L2(5), 900000 },
200 { 1, { 540000, HFPLL, 2, 0x28 }, L2(5), 925000 },
201 { 1, { 594000, HFPLL, 1, 0x16 }, L2(5), 925000 },
202 { 1, { 648000, HFPLL, 1, 0x18 }, L2(5), 950000 },
203 { 1, { 702000, HFPLL, 1, 0x1A }, L2(5), 950000 },
204 { 1, { 756000, HFPLL, 1, 0x1C }, L2(10), 1000000 },
205 { 1, { 810000, HFPLL, 1, 0x1E }, L2(10), 1000000 },
206 { 1, { 864000, HFPLL, 1, 0x20 }, L2(10), 1025000 },
207 { 1, { 918000, HFPLL, 1, 0x22 }, L2(10), 1025000 },
208 { 1, { 972000, HFPLL, 1, 0x24 }, L2(10), 1050000 },
209 { 1, { 1026000, HFPLL, 1, 0x26 }, L2(10), 1050000 },
210 { 1, { 1080000, HFPLL, 1, 0x28 }, L2(15), 1100000 },
211 { 1, { 1134000, HFPLL, 1, 0x2A }, L2(15), 1100000 },
212 { 1, { 1188000, HFPLL, 1, 0x2C }, L2(15), 1125000 },
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700213 { 0, { 0 } }
214};
215
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700216static struct pvs_table pvs_tables[NUM_PVS] __initdata = {
Matt Wagantall9515bc22012-07-19 18:13:40 -0700217[PVS_SLOW] = { acpu_freq_tbl_slow, sizeof(acpu_freq_tbl_slow), 0 },
218[PVS_NOMINAL] = { acpu_freq_tbl_nom, sizeof(acpu_freq_tbl_nom), 25000 },
219[PVS_FAST] = { acpu_freq_tbl_fast, sizeof(acpu_freq_tbl_fast), 25000 },
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700220};
221
222static struct acpuclk_krait_params acpuclk_8930_params __initdata = {
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700223 .scalable = scalable,
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700224 .scalable_size = sizeof(scalable),
225 .hfpll_data = &hfpll_data,
226 .pvs_tables = pvs_tables,
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700227 .l2_freq_tbl = l2_freq_tbl,
Matt Wagantall1f3762d2012-06-08 19:08:48 -0700228 .l2_freq_tbl_size = sizeof(l2_freq_tbl),
229 .bus_scale = &bus_scale_data,
Matt Wagantall519e94f2012-09-17 17:51:06 -0700230 .pte_efuse_phys = 0x007000C0,
Matt Wagantallb7c231b2012-07-24 18:40:17 -0700231 .stby_khz = 384000,
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700232};
233
234static int __init acpuclk_8930_probe(struct platform_device *pdev)
235{
Patrick Daly65213ed2012-08-28 13:36:31 -0700236 struct acpuclk_platform_data *pdata = pdev->dev.platform_data;
237 if (pdata && pdata->uses_pm8917)
238 acpuclk_8930_params.scalable = scalable_pm8917;
239
Matt Wagantall6dcfa922012-06-07 20:13:51 -0700240 return acpuclk_krait_init(&pdev->dev, &acpuclk_8930_params);
241}
242
243static struct platform_driver acpuclk_8930_driver = {
244 .driver = {
245 .name = "acpuclk-8930",
246 .owner = THIS_MODULE,
247 },
248};
249
250static int __init acpuclk_8930_init(void)
251{
252 return platform_driver_probe(&acpuclk_8930_driver,
253 acpuclk_8930_probe);
254}
255device_initcall(acpuclk_8930_init);