Commit 3d35b60e059781da0c4efa939e5b5aa7ef8450ad
- Diff rendering mode:
- inline
- side by side
|   | |||
| 4 | 4 | #include <plat/omap-pm.h> | |
| 5 | 5 | ||
| 6 | 6 | /* MPU speeds */ | |
| 7 | #define S1200M 1200000000 | ||
| 7 | 8 | #define S1000M 1000000000 | |
| 8 | 9 | #define S800M 800000000 | |
| 9 | 10 | #define S720M 720000000 |
arch/arm/mach-omap2/pm34xx.c
(3 / 3)
|   | |||
| 170 | 170 | {S600M, VDD1_OPP2, 0x28}, | |
| 171 | 171 | /*OPP3 (OPP120)*/ | |
| 172 | 172 | {S800M, VDD1_OPP3, 0x35}, | |
| 173 | /*OPP4 (OPPTM)*/ | ||
| 174 | {S1000M, VDD1_OPP4, 0x39}, | ||
| 173 | /*OPP4 with extra koen*/ | ||
| 174 | {S1200M, VDD1_OPP4, 0x43}, | ||
| 175 | 175 | }; | |
| 176 | 176 | ||
| 177 | 177 | struct omap_opp omap37x_dsp_rate_table[] = { | |
| … | … | ||
| 183 | 183 | /*OPP3 (OPP120) */ | |
| 184 | 184 | {S660M, VDD1_OPP3, 0x35}, | |
| 185 | 185 | /*OPP4 (OPPTM) */ | |
| 186 | {S875M, VDD1_OPP4, 0x39}, | ||
| 186 | {S1000M, VDD1_OPP4, 0x43}, | ||
| 187 | 187 | }; | |
| 188 | 188 | ||
| 189 | 189 | struct omap_opp omap37x_l3_rate_table[] = { |

