From patchwork Sat Jul 16 20:44:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Arnaud Patard (Rtp)" X-Patchwork-Id: 104994 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7B4D5B6F69 for ; Sun, 17 Jul 2011 07:17:45 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QiCF0-0003Mk-7E; Sat, 16 Jul 2011 21:17:38 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QiCEz-0003ht-QX; Sat, 16 Jul 2011 21:17:37 +0000 Received: from lebrac.rtp-net.org ([88.191.135.105]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QiCET-0003e4-EB for linux-arm-kernel@lists.infradead.org; Sat, 16 Jul 2011 21:17:06 +0000 Received: by lebrac.rtp-net.org (Postfix, from userid 1000) id 9337529265; Sat, 16 Jul 2011 23:16:41 +0200 (CEST) Message-Id: <20110716210152.600743121@rtp-net.org> User-Agent: quilt/0.48-1 Date: Sat, 16 Jul 2011 22:44:13 +0200 From: Arnaud Patard (Rtp) To: linux-arm-kernel@lists.infradead.org Subject: [patch 2/3] imx51: add pata clock References: <20110716204411.832712955@rtp-net.org> Content-Disposition: inline; filename=efika_pata_add_clock.patch X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110716_171705_644976_80F903AF X-CRM114-Status: UNSURE ( 8.08 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: s.hauer@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Define the clock used by the imx51 pata device. Signed-off-by: Arnaud Patard Index: linux-2.6-submit/arch/arm/mach-mx5/clock-mx51-mx53.c =================================================================== --- linux-2.6-submit.orig/arch/arm/mach-mx5/clock-mx51-mx53.c 2011-07-16 22:29:42.000000000 +0200 +++ linux-2.6-submit/arch/arm/mach-mx5/clock-mx51-mx53.c 2011-07-16 22:36:38.000000000 +0200 @@ -1414,6 +1414,10 @@ DEFINE_CLOCK(ipu_di0_clk, 0, MXC_CCM_CCG DEFINE_CLOCK(ipu_di1_clk, 0, MXC_CCM_CCGR6, MXC_CCM_CCGRx_CG6_OFFSET, NULL, NULL, &pll3_sw_clk, NULL); +/* PATA */ +DEFINE_CLOCK(pata_clk, 0, MXC_CCM_CCGR4, MXC_CCM_CCGRx_CG0_OFFSET, + NULL, NULL, &ipg_clk, &spba_clk); + #define _REGISTER_CLOCK(d, n, c) \ { \ .dev_id = d, \ @@ -1466,6 +1470,7 @@ static struct clk_lookup mx51_lookups[] _REGISTER_CLOCK("imx-ipuv3", "di0", ipu_di0_clk) _REGISTER_CLOCK("imx-ipuv3", "di1", ipu_di1_clk) _REGISTER_CLOCK(NULL, "gpc_dvfs", gpc_dvfs_clk) + _REGISTER_CLOCK("imx-pata", NULL, pata_clk) }; static struct clk_lookup mx53_lookups[] = {