diff options
| -rw-r--r-- | arch/arm/mach-omap2/opp4xxx_data.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c index aa624d16b88..d7d30429e4c 100644 --- a/arch/arm/mach-omap2/opp4xxx_data.c +++ b/arch/arm/mach-omap2/opp4xxx_data.c | |||
| @@ -77,7 +77,13 @@ static struct omap_opp_def __initdata omap44xx_opp_def_list[] = { | |||
| 77 | OPP_INITIALIZER("l3_main_1", true, 100000000, OMAP4430_VDD_CORE_OPP50_UV), | 77 | OPP_INITIALIZER("l3_main_1", true, 100000000, OMAP4430_VDD_CORE_OPP50_UV), |
| 78 | /* L3 OPP2 - OPP100, OPP-Turbo, OPP-SB */ | 78 | /* L3 OPP2 - OPP100, OPP-Turbo, OPP-SB */ |
| 79 | OPP_INITIALIZER("l3_main_1", true, 200000000, OMAP4430_VDD_CORE_OPP100_UV), | 79 | OPP_INITIALIZER("l3_main_1", true, 200000000, OMAP4430_VDD_CORE_OPP100_UV), |
| 80 | /* TODO: add IVA, DSP, aess, fdif, gpu */ | 80 | /* IVA OPP1 - OPP50 */ |
| 81 | OPP_INITIALIZER("iva", true, 133000000, OMAP4430_VDD_IVA_OPP50_UV), | ||
| 82 | /* IVA OPP2 - OPP100 */ | ||
| 83 | OPP_INITIALIZER("iva", true, 266100000, OMAP4430_VDD_IVA_OPP100_UV), | ||
| 84 | /* IVA OPP3 - OPP-Turbo */ | ||
| 85 | OPP_INITIALIZER("iva", false, 332000000, OMAP4430_VDD_IVA_OPPTURBO_UV), | ||
| 86 | /* TODO: add DSP, aess, fdif, gpu */ | ||
| 81 | }; | 87 | }; |
| 82 | 88 | ||
| 83 | /** | 89 | /** |
