From patchwork Wed Jan 19 09:49:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Koen Kooi X-Patchwork-Id: 488831 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0J9mXAb014321 for ; Wed, 19 Jan 2011 09:49:54 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753804Ab1ASJtf (ORCPT ); Wed, 19 Jan 2011 04:49:35 -0500 Received: from mail-ww0-f44.google.com ([74.125.82.44]:65135 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753519Ab1ASJte convert rfc822-to-8bit (ORCPT ); Wed, 19 Jan 2011 04:49:34 -0500 Received: by wwa36 with SMTP id 36so666407wwa.1 for ; Wed, 19 Jan 2011 01:49:33 -0800 (PST) Received: by 10.227.141.139 with SMTP id m11mr487354wbu.49.1295430573258; Wed, 19 Jan 2011 01:49:33 -0800 (PST) Received: from [172.20.1.5] (ip545070eb.adsl-surfen.hetnet.nl [84.80.112.235]) by mx.google.com with ESMTPS id 11sm4965572wbj.7.2011.01.19.01.49.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Jan 2011 01:49:32 -0800 (PST) Subject: Re: [PATCH] omap3: Add basic support for 720MHz part Mime-Version: 1.0 (Apple Message framework v1082) From: Koen Kooi In-Reply-To: <4D36A9AE.1010606@ti.com> Date: Wed, 19 Jan 2011 10:49:29 +0100 Cc: Vishwanath Sripathy , Sanjeev Premi , l-o List , Thara Gopinath Message-Id: <504C62DB-E7ED-46E6-8825-29A410885087@dominion.thruhere.net> References: <1295336995-15831-1-git-send-email-premi@ti.com> <789E54BD-D2B6-4B98-B9B8-19688E415E39@dominion.thruhere.net> <4D35C47D.6000102@ti.com> <4F6B1267-93B8-4698-9880-376076825598@dominion.thruhere.net> <3b2df4e1c65667c6383d654cca4be8ac@mail.gmail.com> <4D36A9AE.1010606@ti.com> To: Nishanth Menon X-Mailer: Apple Mail (2.1082) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 19 Jan 2011 09:49:54 +0000 (UTC) diff --git a/arch/arm/mach-omap2/opp3xxx_data.c b/arch/arm/mach-omap2/opp3xxx_data.c index 76d26c7..c913240 100644 --- a/arch/arm/mach-omap2/opp3xxx_data.c +++ b/arch/arm/mach-omap2/opp3xxx_data.c @@ -37,7 +37,7 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = { /* MPU OPP5 */ OPP_INITIALIZER("mpu", true, 600000000, 1350000), /* MPU OPP6 */ - OPP_INITIALIZER("mpu", false, 720000000, 1350000), + OPP_INITIALIZER("mpu", false, 720000000, 1350001), /* * L3 OPP1 - 41.5 MHz is disabled because: The voltage for that OPP is @@ -64,7 +64,7 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = { /* DSP OPP5 */ OPP_INITIALIZER("iva", true, 430000000, 1350000), /* DSP OPP6 */ - OPP_INITIALIZER("iva", false, 520000000, 1350000), + OPP_INITIALIZER("iva", false, 520000000, 1350001), }; static struct omap_opp_def __initdata omap36xx_opp_def_list[] = { diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c index d10cb1b..2b7ff8f 100644 --- a/arch/arm/mach-omap2/voltage.c +++ b/arch/arm/mach-omap2/voltage.c @@ -324,6 +324,7 @@ static struct omap_volt_data omap34xx_vddmpu_volt_data[] = { VOLT_DATA_DEFINE(OMAP3430_VDD_MPU_OPP3_UV, OMAP343X_CONTROL_FUSE_OPP3_VDD1, 0xf9, 0x18), VOLT_DATA_DEFINE(OMAP3430_VDD_MPU_OPP4_UV, OMAP343X_CONTROL_FUSE_OPP4_VDD1, 0xf9, 0x18), VOLT_DATA_DEFINE(OMAP3430_VDD_MPU_OPP5_UV, OMAP343X_CONTROL_FUSE_OPP5_VDD1, 0xf9, 0x18), + VOLT_DATA_DEFINE(OMAP3430_VDD_MPU_OPP6_UV, OMAP343X_CONTROL_FUSE_OPP5_VDD1, 0xf9, 0x18), VOLT_DATA_DEFINE(0, 0, 0, 0), }; diff --git a/arch/arm/plat-omap/include/plat/voltage.h b/arch/arm/plat-omap/include/plat/voltage.h index 6782c5e..42b89db 100644 --- a/arch/arm/plat-omap/include/plat/voltage.h +++ b/arch/arm/plat-omap/include/plat/voltage.h @@ -31,6 +31,7 @@ #define OMAP3430_VDD_MPU_OPP3_UV 1200000 #define OMAP3430_VDD_MPU_OPP4_UV 1270000 #define OMAP3430_VDD_MPU_OPP5_UV 1350000 +#define OMAP3430_VDD_MPU_OPP6_UV 1350001 #define OMAP3430_VDD_CORE_OPP1_UV 975000 #define OMAP3430_VDD_CORE_OPP2_UV 1050000