From patchwork Thu May 28 12:43:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajendra Nayak X-Patchwork-Id: 26730 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4SChLcl011859 for ; Thu, 28 May 2009 12:43:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757880AbZE1MnO (ORCPT ); Thu, 28 May 2009 08:43:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759220AbZE1MnO (ORCPT ); Thu, 28 May 2009 08:43:14 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:41543 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757880AbZE1MnO (ORCPT ); Thu, 28 May 2009 08:43:14 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n4SCh9JM004741 for ; Thu, 28 May 2009 07:43:15 -0500 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id n4SCh8VM011140; Thu, 28 May 2009 18:13:08 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id n4SCh8lW005747; Thu, 28 May 2009 18:13:08 +0530 Received: (from x0016154@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id n4SCh8f0005745; Thu, 28 May 2009 18:13:08 +0530 From: Rajendra Nayak To: linux-omap@vger.kernel.org Cc: Rajendra Nayak Subject: [PATCH 06/06] OMAP3: PM: Update VDD1 OPP2 voltage level from 1.05 to 1.075 Date: Thu, 28 May 2009 18:13:07 +0530 Message-Id: <1243514587-5323-6-git-send-email-rnayak@ti.com> X-Mailer: git-send-email 1.5.5 In-Reply-To: <1243514587-5323-5-git-send-email-rnayak@ti.com> References: <1243514587-5323-1-git-send-email-rnayak@ti.com> <1243514587-5323-2-git-send-email-rnayak@ti.com> <1243514587-5323-3-git-send-email-rnayak@ti.com> <1243514587-5323-4-git-send-email-rnayak@ti.com> <1243514587-5323-5-git-send-email-rnayak@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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 --- 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*/