From patchwork Tue Mar 8 01:52:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 617061 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 p281qpSi028307 for ; Tue, 8 Mar 2011 01:52:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754411Ab1CHBwu (ORCPT ); Mon, 7 Mar 2011 20:52:50 -0500 Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]:57820 "EHLO na3sys009aog107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753730Ab1CHBwt (ORCPT ); Mon, 7 Mar 2011 20:52:49 -0500 Received: from source ([74.125.83.44]) (using TLSv1) by na3sys009aob107.postini.com ([74.125.148.12]) with SMTP ID DSNKTXWL8FA2eh68nPYIV1E5UROYNQjsLMdx@postini.com; Mon, 07 Mar 2011 17:52:49 PST Received: by gwaa18 with SMTP id a18so2510146gwa.31 for ; Mon, 07 Mar 2011 17:52:44 -0800 (PST) Received: by 10.150.141.4 with SMTP id o4mr462688ybd.335.1299549163731; Mon, 07 Mar 2011 17:52:43 -0800 (PST) Received: from maz ([122.172.56.138]) by mx.google.com with ESMTPS id u45sm154783yhn.9.2011.03.07.17.52.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2011 17:52:41 -0800 (PST) Date: Tue, 8 Mar 2011 07:22:32 +0530 From: Nishanth Menon To: Sergei Shtylyov Cc: linux-omap , Kevin Hilman , Tony , Paul , linux-arm Subject: Re: [PATCH V3 03/19] OMAP3+: voltage: remove initial voltage Message-ID: <20110308015232.GA4702@maz> References: <1299338962-5602-1-git-send-email-nm@ti.com> <1299338962-5602-4-git-send-email-nm@ti.com> <4D738E04.5090207@ru.mvista.com> <4D744870.20909@ti.com> <4D750673.702@ru.mvista.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D750673.702@ru.mvista.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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]); Tue, 08 Mar 2011 01:52:52 +0000 (UTC) Reviewed-by: Felipe Balbi diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c index 56961df..1b40aa0 100644 --- a/arch/arm/mach-omap2/voltage.c +++ b/arch/arm/mach-omap2/voltage.c @@ -116,7 +116,6 @@ static int __init _config_common_vdd_data(struct omap_vdd_info *vdd) sys_clk_speed /= 1000; /* Generic voltage parameters */ - vdd->curr_volt = 1200000; vdd->volt_scale = vp_forceupdate_scale_voltage; vdd->vp_enabled = false;