This patch updates the VDD1 OPP2 volatge according to the latest
Operating Condition Addendum from 1.05v to 1.075v

Signed-off-by: Rajendra Nayak <[email protected]>
---
 arch/arm/mach-omap2/omap3-opp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/omap3-opp.h b/arch/arm/mach-omap2/omap3-opp.h
index 4bb165e..3c9a582 100644
--- a/arch/arm/mach-omap2/omap3-opp.h
+++ b/arch/arm/mach-omap2/omap3-opp.h
@@ -26,7 +26,7 @@ static struct omap_opp omap3_mpu_rate_table[] = {
        /*OPP1*/
        {S125M, VDD1_OPP1, 0x1E},
        /*OPP2*/
-       {S250M, VDD1_OPP2, 0x24},
+       {S250M, VDD1_OPP2, 0x26},
        /*OPP3*/
        {S500M, VDD1_OPP3, 0x30},
        /*OPP4*/
@@ -50,7 +50,7 @@ static struct omap_opp omap3_dsp_rate_table[] = {
        /*OPP1*/
        {S90M, VDD1_OPP1, 0x1E},
        /*OPP2*/
-       {S180M, VDD1_OPP2, 0x24},
+       {S180M, VDD1_OPP2, 0x26},
        /*OPP3*/
        {S360M, VDD1_OPP3, 0x30},
        /*OPP4*/
-- 
1.5.4.7

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to