From patchwork Tue Apr 6 18:06:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sripathy, Vishwanath" X-Patchwork-Id: 90785 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o36CSTCu024585 for ; Tue, 6 Apr 2010 12:28:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754030Ab0DFM22 (ORCPT ); Tue, 6 Apr 2010 08:28:28 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:39884 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753332Ab0DFM22 (ORCPT ); Tue, 6 Apr 2010 08:28:28 -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 o36CSOFU008873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Apr 2010 07:28:27 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o36CSOag006744; Tue, 6 Apr 2010 17:58:24 +0530 (IST) From: Vishwanath BS To: linux-omap@vger.kernel.org Cc: Vishwanath BS Subject: [PM-WIP-OPP][PATCH] OMAP3630 PM: Update for OPP 1GHz Date: Wed, 7 Apr 2010 02:06:09 +0800 Message-Id: <1270577169-8831-1-git-send-email-vishwanath.bs@ti.com> X-Mailer: git-send-email 1.5.4.3 In-Reply-To: <> References: <> 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.3 (demeter.kernel.org [140.211.167.41]); Tue, 06 Apr 2010 12:28:35 +0000 (UTC) diff --git a/arch/arm/mach-omap2/cpufreq34xx.c b/arch/arm/mach-omap2/cpufreq34xx.c index c453ec5..189c42e --- a/arch/arm/mach-omap2/cpufreq34xx.c +++ b/arch/arm/mach-omap2/cpufreq34xx.c @@ -82,7 +82,7 @@ static struct omap_opp_def __initdata omap36xx_mpu_rate_table[] = { /* OPP3 - OPP-Turbo */ OMAP_OPP_DEF(false, 800000000, 1260000), /* OPP4 - OPP-SB */ - OMAP_OPP_DEF(false, 1000000000, 1310000), + OMAP_OPP_DEF(false, 1000000000, 1350000), /* Terminator */ OMAP_OPP_DEF(0, 0, 0) }; @@ -104,7 +104,7 @@ static struct omap_opp_def __initdata omap36xx_dsp_rate_table[] = { /* OPP3 - OPP-Turbo */ OMAP_OPP_DEF(false, 660000000, 1260000), /* OPP4 - OPP-SB */ - OMAP_OPP_DEF(false, 875000000, 1310000), + OMAP_OPP_DEF(false, 800000000, 1350000), /* Terminator */ OMAP_OPP_DEF(0, 0, 0) };