From patchwork Tue Aug 17 22:53:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 120023 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7HMsWXB002680 for ; Tue, 17 Aug 2010 22:54:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751802Ab0HQWyF (ORCPT ); Tue, 17 Aug 2010 18:54:05 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:55716 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751801Ab0HQWx7 (ORCPT ); Tue, 17 Aug 2010 18:53:59 -0400 Received: (qmail invoked by alias); 17 Aug 2010 22:53:55 -0000 Received: from p57BD0F55.dip0.t-ipconnect.de (EHLO axis700.grange) [87.189.15.85] by mail.gmx.net (mp013) with SMTP; 18 Aug 2010 00:53:55 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX18lcUwL/swlGbRpLjkpBFV5G0ZFmZcKL0Md5tYENz kaCl4Uh1t0al4O Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1OlV2c-0003wX-LA for linux-sh@vger.kernel.org; Wed, 18 Aug 2010 00:53:58 +0200 Date: Wed, 18 Aug 2010 00:53:58 +0200 (CEST) From: Guennadi Liakhovetski To: "linux-sh@vger.kernel.org" Subject: [PATCH/RFC] ARM: mach-shmobile: do not enable the PLLC2 clock on init Message-ID: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@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, 17 Aug 2010 22:54:32 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c index dcaac1b..7594689 100644 --- a/arch/arm/mach-shmobile/clock-sh7372.c +++ b/arch/arm/mach-shmobile/clock-sh7372.c @@ -286,7 +286,6 @@ static struct clk_ops pllc2_clk_ops = { struct clk pllc2_clk = { .ops = &pllc2_clk_ops, - .flags = CLK_ENABLE_ON_INIT, .parent = &extal1_div2_clk, .freq_table = pllc2_freq_table, .parent_table = pllc2_parent,