diff options
author | Shweta Gulati <shweta.gulati@ti.com> | 2011-03-05 04:52:26 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-03-11 10:21:44 -0500 |
commit | a271e58cfbe345f71d39ebbae063ad2d68892470 (patch) | |
tree | 90130e25f9093441f66dd5bb427935ec9fc92d04 /arch/arm/mach-omap2/opp4xxx_data.c | |
parent | d9a2012d32922ef235106469caff3e79dd9e6f09 (diff) |
OMAP4: Add IVA OPP enteries.
This Patch adds OPP enteries for IVA in OMAP4 OPP Table
Tested on OMAP4430 SDP Board.
Signed-off-by: Shweta Gulati <shweta.gulati@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/opp4xxx_data.c')
-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 aa624d16b88d..d7d30429e4ce 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 | /** |