blob: 7d1ce092fa60274c8850fe0b865be706bbd47e82 [file] [log] [blame]
Tianyi Gou12370f12012-07-23 19:13:57 -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
30static struct hfpll_data hfpll_data __initdata = {
31 .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,
Tianyi Gou12370f12012-07-23 19:13:57 -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,
Tianyi Gou12370f12012-07-23 19:13:57 -070046};
47
48static struct scalable scalable[] __initdata = {
49 [CPU0] = {
50 .hfpll_phys_base = 0x00903200,
51 .aux_clk_sel_phys = 0x02088014,
52 .aux_clk_sel = 3,
Matt Wagantall6cd5d752012-09-27 19:56:57 -070053 .sec_clk_sel = 2,
Tianyi Gou12370f12012-07-23 19:13:57 -070054 .l2cpmr_iaddr = 0x4501,
Matt Wagantall6d9c4162012-07-16 18:58:16 -070055 .vreg[VREG_CORE] = { "krait0", 1300000 },
Tianyi Gou12370f12012-07-23 19:13:57 -070056 .vreg[VREG_MEM] = { "krait0_mem", 1150000 },
57 .vreg[VREG_DIG] = { "krait0_dig", 1150000 },
58 .vreg[VREG_HFPLL_A] = { "krait0_hfpll", 1800000 },
59 },
60 [CPU1] = {
61 .hfpll_phys_base = 0x00903300,
62 .aux_clk_sel_phys = 0x02098014,
63 .aux_clk_sel = 3,
Matt Wagantall6cd5d752012-09-27 19:56:57 -070064 .sec_clk_sel = 2,
Tianyi Gou12370f12012-07-23 19:13:57 -070065 .l2cpmr_iaddr = 0x5501,
Matt Wagantall6d9c4162012-07-16 18:58:16 -070066 .vreg[VREG_CORE] = { "krait1", 1300000 },
Tianyi Gou12370f12012-07-23 19:13:57 -070067 .vreg[VREG_MEM] = { "krait1_mem", 1150000 },
68 .vreg[VREG_DIG] = { "krait1_dig", 1150000 },
69 .vreg[VREG_HFPLL_A] = { "krait1_hfpll", 1800000 },
70 },
71 [L2] = {
72 .hfpll_phys_base = 0x00903400,
73 .aux_clk_sel_phys = 0x02011028,
74 .aux_clk_sel = 3,
Matt Wagantall6cd5d752012-09-27 19:56:57 -070075 .sec_clk_sel = 2,
Tianyi Gou12370f12012-07-23 19:13:57 -070076 .l2cpmr_iaddr = 0x0500,
77 .vreg[VREG_HFPLL_A] = { "l2_hfpll", 1800000 },
78 },
79};
80
81static struct msm_bus_paths bw_level_tbl[] __initdata = {
82 [0] = BW_MBPS(640), /* At least 80 MHz on bus. */
83 [1] = BW_MBPS(1064), /* At least 133 MHz on bus. */
84 [2] = BW_MBPS(1600), /* At least 200 MHz on bus. */
85 [3] = BW_MBPS(2128), /* At least 266 MHz on bus. */
86 [4] = BW_MBPS(3200), /* At least 400 MHz on bus. */
87 [5] = BW_MBPS(3600), /* At least 450 MHz on bus. */
88 [6] = BW_MBPS(3936), /* At least 492 MHz on bus. */
89 [7] = BW_MBPS(4264), /* At least 533 MHz on bus. */
90};
91
92static struct msm_bus_scale_pdata bus_scale_data __initdata = {
93 .usecase = bw_level_tbl,
94 .num_usecases = ARRAY_SIZE(bw_level_tbl),
95 .active_only = 1,
96 .name = "acpuclk-8930aa",
97};
98
Tianyi Gou12370f12012-07-23 19:13:57 -070099static struct l2_level l2_freq_tbl[] __initdata = {
Tianyi Gou60f828d2012-12-18 12:43:11 -0800100 [0] = { { 384000, PLL_8, 0, 0x00 }, LVL_LOW, 1050000, 1 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700101 [1] = { { 432000, HFPLL, 2, 0x20 }, LVL_NOM, 1050000, 2 },
102 [2] = { { 486000, HFPLL, 2, 0x24 }, LVL_NOM, 1050000, 2 },
103 [3] = { { 540000, HFPLL, 2, 0x28 }, LVL_NOM, 1050000, 2 },
104 [4] = { { 594000, HFPLL, 1, 0x16 }, LVL_NOM, 1050000, 2 },
105 [5] = { { 648000, HFPLL, 1, 0x18 }, LVL_NOM, 1050000, 4 },
106 [6] = { { 702000, HFPLL, 1, 0x1A }, LVL_NOM, 1050000, 4 },
107 [7] = { { 756000, HFPLL, 1, 0x1C }, LVL_HIGH, 1150000, 4 },
108 [8] = { { 810000, HFPLL, 1, 0x1E }, LVL_HIGH, 1150000, 4 },
109 [9] = { { 864000, HFPLL, 1, 0x20 }, LVL_HIGH, 1150000, 4 },
110 [10] = { { 918000, HFPLL, 1, 0x22 }, LVL_HIGH, 1150000, 7 },
111 [11] = { { 972000, HFPLL, 1, 0x24 }, LVL_HIGH, 1150000, 7 },
112 [12] = { { 1026000, HFPLL, 1, 0x26 }, LVL_HIGH, 1150000, 7 },
113 [13] = { { 1080000, HFPLL, 1, 0x28 }, LVL_HIGH, 1150000, 7 },
114 [14] = { { 1134000, HFPLL, 1, 0x2A }, LVL_HIGH, 1150000, 7 },
115 [15] = { { 1188000, HFPLL, 1, 0x2C }, LVL_HIGH, 1150000, 7 },
Stephen Boyd791bca92012-09-11 21:08:13 -0700116 { }
Tianyi Gou12370f12012-07-23 19:13:57 -0700117};
118
119static struct acpu_level acpu_freq_tbl_slow[] __initdata = {
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700120 { 1, { 384000, PLL_8, 0, 0x00 }, L2(0), 950000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800121 { 0, { 432000, HFPLL, 2, 0x20 }, L2(5), 975000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700122 { 1, { 486000, HFPLL, 2, 0x24 }, L2(5), 975000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800123 { 0, { 540000, HFPLL, 2, 0x28 }, L2(5), 1000000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700124 { 1, { 594000, HFPLL, 1, 0x16 }, L2(5), 1000000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800125 { 0, { 648000, HFPLL, 1, 0x18 }, L2(5), 1025000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700126 { 1, { 702000, HFPLL, 1, 0x1A }, L2(5), 1025000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800127 { 0, { 756000, HFPLL, 1, 0x1C }, L2(10), 1075000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700128 { 1, { 810000, HFPLL, 1, 0x1E }, L2(10), 1075000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800129 { 0, { 864000, HFPLL, 1, 0x20 }, L2(10), 1100000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700130 { 1, { 918000, HFPLL, 1, 0x22 }, L2(10), 1100000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800131 { 0, { 972000, HFPLL, 1, 0x24 }, L2(10), 1125000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700132 { 1, { 1026000, HFPLL, 1, 0x26 }, L2(10), 1125000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800133 { 0, { 1080000, HFPLL, 1, 0x28 }, L2(15), 1175000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700134 { 1, { 1134000, HFPLL, 1, 0x2A }, L2(15), 1175000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800135 { 0, { 1188000, HFPLL, 1, 0x2C }, L2(15), 1200000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700136 { 1, { 1242000, HFPLL, 1, 0x2E }, L2(15), 1200000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800137 { 0, { 1296000, HFPLL, 1, 0x30 }, L2(15), 1225000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700138 { 1, { 1350000, HFPLL, 1, 0x32 }, L2(15), 1225000 },
139 { 1, { 1404000, HFPLL, 1, 0x34 }, L2(15), 1237500 },
Tianyi Gou12370f12012-07-23 19:13:57 -0700140 { 0, { 0 } }
141};
142
143static struct acpu_level acpu_freq_tbl_nom[] __initdata = {
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700144 { 1, { 384000, PLL_8, 0, 0x00 }, L2(0), 925000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800145 { 0, { 432000, HFPLL, 2, 0x20 }, L2(5), 950000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700146 { 1, { 486000, HFPLL, 2, 0x24 }, L2(5), 950000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800147 { 0, { 540000, HFPLL, 2, 0x28 }, L2(5), 975000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700148 { 1, { 594000, HFPLL, 1, 0x16 }, L2(5), 975000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800149 { 0, { 648000, HFPLL, 1, 0x18 }, L2(5), 1000000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700150 { 1, { 702000, HFPLL, 1, 0x1A }, L2(5), 1000000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800151 { 0, { 756000, HFPLL, 1, 0x1C }, L2(10), 1050000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700152 { 1, { 810000, HFPLL, 1, 0x1E }, L2(10), 1050000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800153 { 0, { 864000, HFPLL, 1, 0x20 }, L2(10), 1075000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700154 { 1, { 918000, HFPLL, 1, 0x22 }, L2(10), 1075000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800155 { 0, { 972000, HFPLL, 1, 0x24 }, L2(10), 1100000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700156 { 1, { 1026000, HFPLL, 1, 0x26 }, L2(10), 1100000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800157 { 0, { 1080000, HFPLL, 1, 0x28 }, L2(15), 1150000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700158 { 1, { 1134000, HFPLL, 1, 0x2A }, L2(15), 1150000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800159 { 0, { 1188000, HFPLL, 1, 0x2C }, L2(15), 1175000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700160 { 1, { 1242000, HFPLL, 1, 0x2E }, L2(15), 1175000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800161 { 0, { 1296000, HFPLL, 1, 0x30 }, L2(15), 1200000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700162 { 1, { 1350000, HFPLL, 1, 0x32 }, L2(15), 1200000 },
163 { 1, { 1404000, HFPLL, 1, 0x34 }, L2(15), 1212500 },
Tianyi Gou12370f12012-07-23 19:13:57 -0700164 { 0, { 0 } }
165};
166
167static struct acpu_level acpu_freq_tbl_fast[] __initdata = {
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700168 { 1, { 384000, PLL_8, 0, 0x00 }, L2(0), 900000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800169 { 0, { 432000, HFPLL, 2, 0x20 }, L2(5), 900000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700170 { 1, { 486000, HFPLL, 2, 0x24 }, L2(5), 900000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800171 { 0, { 540000, HFPLL, 2, 0x28 }, L2(5), 925000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700172 { 1, { 594000, HFPLL, 1, 0x16 }, L2(5), 925000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800173 { 0, { 648000, HFPLL, 1, 0x18 }, L2(5), 950000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700174 { 1, { 702000, HFPLL, 1, 0x1A }, L2(5), 950000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800175 { 0, { 756000, HFPLL, 1, 0x1C }, L2(10), 1000000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700176 { 1, { 810000, HFPLL, 1, 0x1E }, L2(10), 1000000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800177 { 0, { 864000, HFPLL, 1, 0x20 }, L2(10), 1025000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700178 { 1, { 918000, HFPLL, 1, 0x22 }, L2(10), 1025000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800179 { 0, { 972000, HFPLL, 1, 0x24 }, L2(10), 1050000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700180 { 1, { 1026000, HFPLL, 1, 0x26 }, L2(10), 1050000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800181 { 0, { 1080000, HFPLL, 1, 0x28 }, L2(15), 1100000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700182 { 1, { 1134000, HFPLL, 1, 0x2A }, L2(15), 1100000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800183 { 0, { 1188000, HFPLL, 1, 0x2C }, L2(15), 1125000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700184 { 1, { 1242000, HFPLL, 1, 0x2E }, L2(15), 1125000 },
Tianyi Goud2786162012-11-28 15:28:05 -0800185 { 0, { 1296000, HFPLL, 1, 0x30 }, L2(15), 1150000 },
Matt Wagantall6cd5d752012-09-27 19:56:57 -0700186 { 1, { 1350000, HFPLL, 1, 0x32 }, L2(15), 1150000 },
187 { 1, { 1404000, HFPLL, 1, 0x34 }, L2(15), 1162500 },
Tianyi Gou12370f12012-07-23 19:13:57 -0700188 { 0, { 0 } }
189};
190
Patrick Daly18d2d482012-08-24 14:22:06 -0700191static struct pvs_table pvs_tables[NUM_SPEED_BINS][NUM_PVS] __initdata = {
192[0][PVS_SLOW] = { acpu_freq_tbl_slow, sizeof(acpu_freq_tbl_slow), 0 },
193[0][PVS_NOMINAL] = { acpu_freq_tbl_nom, sizeof(acpu_freq_tbl_nom), 25000 },
194[0][PVS_FAST] = { acpu_freq_tbl_fast, sizeof(acpu_freq_tbl_fast), 25000 },
Tianyi Gou12370f12012-07-23 19:13:57 -0700195};
196
197static struct acpuclk_krait_params acpuclk_8930aa_params __initdata = {
198 .scalable = scalable,
199 .scalable_size = sizeof(scalable),
200 .hfpll_data = &hfpll_data,
201 .pvs_tables = pvs_tables,
202 .l2_freq_tbl = l2_freq_tbl,
203 .l2_freq_tbl_size = sizeof(l2_freq_tbl),
204 .bus_scale = &bus_scale_data,
Matt Wagantallee2b4372012-09-17 17:51:06 -0700205 .pte_efuse_phys = 0x007000C0,
Matt Wagantallb7c231b2012-07-24 18:40:17 -0700206 .stby_khz = 384000,
Tianyi Gou12370f12012-07-23 19:13:57 -0700207};
208
209static int __init acpuclk_8930aa_probe(struct platform_device *pdev)
210{
211 return acpuclk_krait_init(&pdev->dev, &acpuclk_8930aa_params);
212}
213
214static struct platform_driver acpuclk_8930aa_driver = {
215 .driver = {
216 .name = "acpuclk-8930aa",
217 .owner = THIS_MODULE,
218 },
219};
220
221static int __init acpuclk_8930aa_init(void)
222{
223 return platform_driver_probe(&acpuclk_8930aa_driver,
224 acpuclk_8930aa_probe);
225}
226device_initcall(acpuclk_8930aa_init);