From patchwork Tue Aug 18 11:56:25 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 42315 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 n7IBx2w9027770 for ; Tue, 18 Aug 2009 11:59:02 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758762AbZHRL64 (ORCPT ); Tue, 18 Aug 2009 07:58:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758692AbZHRL64 (ORCPT ); Tue, 18 Aug 2009 07:58:56 -0400 Received: from utopia.booyaka.com ([72.9.107.138]:51880 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758767AbZHRL6u (ORCPT ); Tue, 18 Aug 2009 07:58:50 -0400 Received: (qmail 28120 invoked by uid 526); 18 Aug 2009 11:58:51 -0000 MBOX-Line: From nobody Tue Aug 18 14:56:25 2009 Subject: [PATCH v2 04/11] OMAP clock: associate MPU clocks with the mpu_clkdm To: linux-arm-kernel@lists.arm.linux.org.uk, linux-arm@vger.kernel.org From: Paul Walmsley Cc: linux-omap@vger.kernel.org Date: Tue, 18 Aug 2009 14:56:25 +0300 Message-ID: <20090818115624.14171.57880.stgit@localhost.localdomain> In-Reply-To: <20090818115147.14171.55785.stgit@localhost.localdomain> References: <20090818115147.14171.55785.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 All MPU-related clocks should be in the mpu_clkdm. This is needed for the upcoming omap_hwmod patches, which needs to know the clockdomain that arm_fck is in. Signed-off-by: Paul Walmsley --- arch/arm/mach-omap2/clock34xx.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 57cc272..9a823c3 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -1020,6 +1020,7 @@ static struct clk arm_fck = { .clksel_reg = OMAP_CM_REGADDR(MPU_MOD, OMAP3430_CM_IDLEST_PLL), .clksel_mask = OMAP3430_ST_MPU_CLK_MASK, .clksel = arm_fck_clksel, + .clkdm_name = "mpu_clkdm", .recalc = &omap2_clksel_recalc, };