summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2012-05-31 16:50:57 +0800
committerAndy Green <andy.green@linaro.org>2012-06-22 09:58:38 +0800
commitb9a1fbacc4e3499365cdea67a7c65891f60d966d (patch)
treee17554c3285a4b364e883a1e9084c05abaa83624 /arch
parente87470f43b48eda46db27fb8e346ad731e75fd59 (diff)
downloadpanda-b9a1fbacc4e3499365cdea67a7c65891f60d966d.tar.gz
omap: abe: plug-in device scale
Enable OPP scaling for audio domain (device_scale callback). However, keep in mind that IVA domain OPP50 is deactivated (so ABE OPP50 currently ties to IVA OPP100). Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/opp4xxx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
index 6a37973b525..6b19c36b567 100644
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -322,7 +322,7 @@ static struct omap_opp_def __initdata omap446x_opp_def_list[] = {
OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP4460_VDD_CORE_OPP100_UV),
#endif
/* ABE OPP1 - OPP50 */
- OPP_INITIALIZER("aess", "abe_clk", "iva", true, 98304000, OMAP4460_VDD_IVA_OPP50_UV),
+ OPP_INITIALIZER("aess", "abe_clk", "iva", true, 98304000, OMAP4460_VDD_IVA_OPP100_UV),
/* ABE OPP2 - OPP100 */
OPP_INITIALIZER("aess", "abe_clk", "iva", true, 196608000, OMAP4460_VDD_IVA_OPP100_UV),
};