From mboxrd@z Thu Jan 1 00:00:00 1970 From: "G, Manjunath Kondaiah" Subject: Re: [PATCH v1 3/9] OMAP2420: hwmod data: add system DMA] Date: Wed, 15 Dec 2010 17:45:58 +0530 Message-ID: <20101215121558.GE11931@GLPP-machine> References: <1291434246-30716-1-git-send-email-manjugk@ti.com> <1291434246-30716-4-git-send-email-manjugk@ti.com> <20101215110917.GD11931@GLPP-machine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog111.obsmtp.com ([74.125.149.205]:58332 "EHLO na3sys009aog111.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753152Ab0LOMO4 (ORCPT ); Wed, 15 Dec 2010 07:14:56 -0500 Received: by mail-yw0-f48.google.com with SMTP id 7so1246072ywo.7 for ; Wed, 15 Dec 2010 04:14:55 -0800 (PST) Content-Disposition: inline In-Reply-To: <20101215110917.GD11931@GLPP-machine> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "G, Manjunath Kondaiah" Cc: Paul Walmsley , linux-omap@vger.kernel.org, tony@atomide.com, linux-arm-kernel@lists.infradead.org, Benoit Cousson , Kevin Hilman , Santosh Shilimkar On Wed, Dec 15, 2010 at 04:39:17PM +0530, G, Manjunath Kondaiah wrote: > On Tue, Dec 14, 2010 at 07:25:23PM -0700, Paul Walmsley wrote: > > Manju > > > > On Sat, 4 Dec 2010, G, Manjunath Kondaiah wrote: > > > > > Add OMAP2420 DMA hwmod data and also add required > > > DMA device attributes. > > > > > > Signed-off-by: G, Manjunath Kondaiah > > > Cc: Benoit Cousson > > > Cc: Kevin Hilman > > > Cc: Santosh Shilimkar > > > > > > +/* dma_system -> L3 */ > > > +static struct omap_hwmod_ocp_if omap2420_dma_system__l3 = { > > > + .master = &omap2420_dma_system_hwmod, > > > + .slave = &omap2420_l3_main_hwmod, > > > + .clk = "l3_div_ck", > > > > This clock does not exist on OMAP2420. Did you test this patch on 2420? > > ok. will be replaced with "sdma_ick". I don't have 2420 for testing. I > tested it on 2430. My understanding is that, DMA clock interface is same > for 2420 and 2430. Correct me if am wrong. Looking into omap3/omap4 structures, this entry takes core l3 clock. This should be "sdma_fck" since it's parent is core_l3_ck. Pls confirm. -Manjunath