From patchwork Sat Aug 14 15:33:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tarun Kanti DebBarma X-Patchwork-Id: 119549 X-Patchwork-Delegate: khilman@deeprootsystems.com 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 o7E4YCOQ006145 for ; Sat, 14 Aug 2010 04:34:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751098Ab0HNEe3 (ORCPT ); Sat, 14 Aug 2010 00:34:29 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:52769 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015Ab0HNEe3 (ORCPT ); Sat, 14 Aug 2010 00:34:29 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o7E4YO0V031789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Aug 2010 23:34:26 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o7E4YNb7028247; Sat, 14 Aug 2010 10:04:23 +0530 (IST) From: Tarun Kanti DebBarma To: linux-omap@vger.kernel.org Cc: Thara Gopinath , Partha Basak , Tarun Kanti DebBarma , Paul Walmsley , Kevin Hilman , Tony Lindgren Subject: [PATCH v12/13] dmtimer: hwmod: OMAP2: add device names to flck nodes Date: Sat, 14 Aug 2010 21:03:42 +0530 Message-Id: <1281800022-14985-1-git-send-email-tarun.kanti@ti.com> X-Mailer: git-send-email 1.6.0.4 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]); Sat, 14 Aug 2010 04:34:31 +0000 (UTC) diff --git a/arch/arm/mach-omap2/clock2420_data.c b/arch/arm/mach-omap2/clock2420_data.c index 37d65d6..2e606c1 --- a/arch/arm/mach-omap2/clock2420_data.c +++ b/arch/arm/mach-omap2/clock2420_data.c @@ -1788,6 +1788,18 @@ static struct omap_clk omap2420_clks[] = { CLK(NULL, "gpt11_fck", &gpt11_fck, CK_242X), CLK(NULL, "gpt12_ick", &gpt12_ick, CK_242X), CLK(NULL, "gpt12_fck", &gpt12_fck, CK_242X), + CLK("dmtimer.0", "fck", &gpt1_fck, CK_242X), + CLK("dmtimer.1", "fck", &gpt2_fck, CK_242X), + CLK("dmtimer.2", "fck", &gpt3_fck, CK_242X), + CLK("dmtimer.3", "fck", &gpt4_fck, CK_242X), + CLK("dmtimer.4", "fck", &gpt5_fck, CK_242X), + CLK("dmtimer.5", "fck", &gpt6_fck, CK_242X), + CLK("dmtimer.6", "fck", &gpt7_fck, CK_242X), + CLK("dmtimer.7", "fck", &gpt8_fck, CK_242X), + CLK("dmtimer.8", "fck", &gpt9_fck, CK_242X), + CLK("dmtimer.9", "fck", &gpt10_fck, CK_242X), + CLK("dmtimer.10", "fck", &gpt11_fck, CK_242X), + CLK("dmtimer.11", "fck", &gpt12_fck, CK_242X), CLK("omap-mcbsp.1", "ick", &mcbsp1_ick, CK_242X), CLK("omap-mcbsp.1", "fck", &mcbsp1_fck, CK_242X), CLK("omap-mcbsp.2", "ick", &mcbsp2_ick, CK_242X), diff --git a/arch/arm/mach-omap2/clock2430_data.c b/arch/arm/mach-omap2/clock2430_data.c index b33118f..f9104c3 --- a/arch/arm/mach-omap2/clock2430_data.c +++ b/arch/arm/mach-omap2/clock2430_data.c @@ -1874,6 +1874,18 @@ static struct omap_clk omap2430_clks[] = { CLK(NULL, "gpt11_fck", &gpt11_fck, CK_243X), CLK(NULL, "gpt12_ick", &gpt12_ick, CK_243X), CLK(NULL, "gpt12_fck", &gpt12_fck, CK_243X), + CLK("dmtimer.0", "fck", &gpt1_fck, CK_243X), + CLK("dmtimer.1", "fck", &gpt2_fck, CK_243X), + CLK("dmtimer.2", "fck", &gpt3_fck, CK_243X), + CLK("dmtimer.3", "fck", &gpt4_fck, CK_243X), + CLK("dmtimer.4", "fck", &gpt5_fck, CK_243X), + CLK("dmtimer.5", "fck", &gpt6_fck, CK_243X), + CLK("dmtimer.6", "fck", &gpt7_fck, CK_243X), + CLK("dmtimer.7", "fck", &gpt8_fck, CK_243X), + CLK("dmtimer.8", "fck", &gpt9_fck, CK_243X), + CLK("dmtimer.9", "fck", &gpt10_fck, CK_243X), + CLK("dmtimer.10", "fck", &gpt11_fck, CK_243X), + CLK("dmtimer.11", "fck", &gpt12_fck, CK_243X), CLK("omap-mcbsp.1", "ick", &mcbsp1_ick, CK_243X), CLK("omap-mcbsp.1", "fck", &mcbsp1_fck, CK_243X), CLK("omap-mcbsp.2", "ick", &mcbsp2_ick, CK_243X),