Skip to content

Commit 6c964b7

Browse files
committed
overclock: disable higher freq steps
until initfreq can be properly set
1 parent 2556083 commit 6c964b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

arch/arm/mach-msm/acpuclock-arm11.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ static struct clkctl_acpu_speed acpu_freq_tbl[] = {
138138
{ 614400, ACPU_PLL_2, 2, 1, 132000, 3, VDD_7, 160000, 0, 5, -1 },
139139
{ 633600, ACPU_PLL_2, 2, 1, 132000, 3, VDD_7, 160000, 0, 5, -1 },
140140
{ 652800, ACPU_PLL_2, 2, 1, 132000, 3, VDD_7, 160000, 0, 5, -1 },
141-
{ 672000, ACPU_PLL_2, 2, 1, 132000, 3, VDD_7, 160000, 0, 5, -1 },
142-
{ 691200, ACPU_PLL_2, 2, 1, 132000, 3, VDD_7, 160000, 0, 5, -1 },
143141
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
144142
};
145143
#endif
@@ -157,9 +155,7 @@ static struct cpufreq_frequency_table freq_table[] = {
157155
{ 7, 614400 },
158156
{ 8, 633600 },
159157
{ 9, 652800 },
160-
{ 10, 672000 },
161-
{ 11, 691200 },
162-
{ 12, CPUFREQ_TABLE_END },
158+
{ 10, CPUFREQ_TABLE_END },
163159
};
164160
#endif
165161

0 commit comments

Comments
 (0)