From 345e9351ffcb7eaefcd8337af4a35024e9c919b7 Mon Sep 17 00:00:00 2001 From: Taras Kondratiuk Date: Sun, 19 Feb 2012 21:29:12 +0200 Subject: OMAP4470: OPP: Fix voltages of FDIF and HSI OPP100 High Power CORE OPP set of OMAP4470 doesn't have OPP100. So FDIF@OPP100 and HSI@OPP100 should request CORE OPP-OV voltages. Change-Id: I768916b6a0d82132886157add37d918f87c7ebd7 Signed-off-by: Taras Kondratiuk --- arch/arm/mach-omap2/opp4xxx_data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c index 61bf045..09a938e 100755 --- a/arch/arm/mach-omap2/opp4xxx_data.c +++ b/arch/arm/mach-omap2/opp4xxx_data.c @@ -467,7 +467,7 @@ static struct omap_opp_def __initdata omap447x_opp_high_def_list[] = { /* FDIF OPP2 - OPP50 */ OPP_INITIALIZER("fdif", "fdif_fck", "core", true, 64000000, OMAP4470_VDD_CORE_OPP50_UV), /* FDIF OPP3 - OPP100 */ - OPP_INITIALIZER("fdif", "fdif_fck", "core", true, 128000000, OMAP4470_VDD_CORE_OPP100_UV), + OPP_INITIALIZER("fdif", "fdif_fck", "core", true, 128000000, OMAP4470_VDD_CORE_OPP100_OV_UV), /* DSP OPP1 - OPP50 */ OPP_INITIALIZER("dsp_c0", "virt_dsp_ck", "iva", true, 232750000, OMAP4470_VDD_IVA_OPP50_UV), /* DSP OPP2 - OPP100 */ @@ -477,7 +477,7 @@ static struct omap_opp_def __initdata omap447x_opp_high_def_list[] = { /* HSI OPP1 - OPP50 */ OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP4470_VDD_CORE_OPP50_UV), /* HSI OPP2 - OPP100 */ - OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 192000000, OMAP4470_VDD_CORE_OPP100_UV), + OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 192000000, OMAP4470_VDD_CORE_OPP100_OV_UV), /* ABE OPP1 - OPP50 */ OPP_INITIALIZER("aess", "abe_clk", "iva", true, 98304000, OMAP4470_VDD_IVA_OPP50_UV), /* ABE OPP2 - OPP100 */ -- cgit v1.1