From patchwork Wed Oct 14 22:31:45 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 53877 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 n9EMZ2Qx011605 for ; Wed, 14 Oct 2009 22:35:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756946AbZJNWeV (ORCPT ); Wed, 14 Oct 2009 18:34:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760607AbZJNWeV (ORCPT ); Wed, 14 Oct 2009 18:34:21 -0400 Received: from utopia.booyaka.com ([72.9.107.138]:51798 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756937AbZJNWeS (ORCPT ); Wed, 14 Oct 2009 18:34:18 -0400 Received: (qmail 8184 invoked by uid 526); 14 Oct 2009 22:33:42 -0000 MBOX-Line: From nobody Wed Oct 14 16:31:45 2009 Subject: [PATCH 2/2] OMAP2xxx clock: set up clockdomain pointer in struct clk From: Paul Walmsley To: linux-omap@vger.kernel.org Cc: Tony Lindgren , Stefano Panella , Carlos Aguiar , linux-arm-kernel@lists.arm.linux.org.uk Date: Wed, 14 Oct 2009 16:31:45 -0600 Message-ID: <20091014223140.5545.77829.stgit@localhost.localdomain> In-Reply-To: <20091014222609.5545.7736.stgit@localhost.localdomain> References: <20091014222609.5545.7736.stgit@localhost.localdomain> User-Agent: StGit/0.15-rc1-9-gd8846-dirty MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/clock24xx.c b/arch/arm/mach-omap2/clock24xx.c index bc5d3ac..e2dbedd 100644 --- a/arch/arm/mach-omap2/clock24xx.c +++ b/arch/arm/mach-omap2/clock24xx.c @@ -769,6 +769,7 @@ int __init omap2_clk_init(void) if (c->cpu & cpu_mask) { clkdev_add(&c->lk); clk_register(c->lk.clk); + omap2_init_clk_clkdm(c->lk.clk); } /* Check the MPU rate set by bootloader */