4 #include <plat/omap-pm.h>
7 #define S600M 600000000
8 #define S550M 550000000
9 #define S500M 500000000
10 #define S250M 250000000
11 #define S125M 125000000
14 #define S430M 430000000
15 #define S400M 400000000
16 #define S360M 360000000
17 #define S180M 180000000
22 #define S166M 166000000
24 static struct omap_opp omap3_mpu_rate_table
[] = {
27 {S125M
, VDD1_OPP1
, 0x18},
29 {S250M
, VDD1_OPP2
, 0x20},
31 {S500M
, VDD1_OPP3
, 0x30},
33 {S550M
, VDD1_OPP4
, 0x36},
35 {S600M
, VDD1_OPP5
, 0x3C},
38 static struct omap_opp omap3_l3_rate_table
[] = {
43 {S83M
, VDD2_OPP2
, 0x20},
45 {S166M
, VDD2_OPP3
, 0x2C},
48 static struct omap_opp omap3_dsp_rate_table
[] = {
51 {S90M
, VDD1_OPP1
, 0x18},
53 {S180M
, VDD1_OPP2
, 0x20},
55 {S360M
, VDD1_OPP3
, 0x30},
57 {S400M
, VDD1_OPP4
, 0x36},
59 {S430M
, VDD1_OPP5
, 0x3C},