Commit 3d35b60e059781da0c4efa939e5b5aa7ef8450ad

ARM: OMAP: hack cpufreq to use 1200MHz in OPP4 for DM37xx
  
44#include <plat/omap-pm.h>
55
66/* MPU speeds */
7#define S1200M 1200000000
78#define S1000M 1000000000
89#define S800M 800000000
910#define S720M 720000000
  
170170 {S600M, VDD1_OPP2, 0x28},
171171 /*OPP3 (OPP120)*/
172172 {S800M, VDD1_OPP3, 0x35},
173 /*OPP4 (OPPTM)*/
174 {S1000M, VDD1_OPP4, 0x39},
173 /*OPP4 with extra koen*/
174 {S1200M, VDD1_OPP4, 0x43},
175175};
176176
177177struct omap_opp omap37x_dsp_rate_table[] = {
183183 /*OPP3 (OPP120) */
184184 {S660M, VDD1_OPP3, 0x35},
185185 /*OPP4 (OPPTM) */
186 {S875M, VDD1_OPP4, 0x39},
186 {S1000M, VDD1_OPP4, 0x43},
187187};
188188
189189struct omap_opp omap37x_l3_rate_table[] = {