From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT Date: Sun, 14 Oct 2012 12:01:30 +0200 Message-ID: <20121014100130.GM12801@game.jcrosoft.org> References: <2039bc164224b0068bc078b6cd8df6218e754fce.1350051925.git.viresh.kumar@linaro.org> <20121012144837.GE12801@game.jcrosoft.org> <20121012162148.GH12801@game.jcrosoft.org> <20121013064422.GJ12801@game.jcrosoft.org> <20121013122242.GL12801@game.jcrosoft.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Viresh Kumar Cc: vinod.koul@intel.com, devicetree-discuss@lists.ozlabs.org, spear-devel@list.st.com, linux-kernel@vger.kernel.org, andriy.shevchenko@linux.intel.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 19:40 Sat 13 Oct , Viresh Kumar wrote: > On 13 October 2012 19:38, Viresh Kumar wrote: > > On 13 October 2012 17:52, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > >> On 14:18 Sat 13 Oct , Viresh Kumar wrote: > >>> On Oct 13, 2012 12:16 PM, "Jean-Christophe PLAGNIOL-VILLARD" > >>> wrote: > >>> > > >>> > On 22:42 Fri 12 Oct , Viresh Kumar wrote: > >>> > > On 12 October 2012 21:51, Jean-Christophe PLAGNIOL-VILLARD > >>> > > wrote: > >>> > > >> >> + OF_DEV_AUXDATA("arasan,cf-spear1340", MCIF_CF_BASE, NULL, > >>> "cf"), > >>> > > >> > ?/ > >>> > > >> > >>> > > >> Sorry. can't get it :( > >>> > > > what is the "cf" as paltfrom data > >>> > > > >>> > > This is dma bus_id string, which matches with what is passed from dtb. > >>> > so pass if via dtb too > >>> > >>> Yes. Already passed in 13xx.dtsi. > > Probably some confusion here. What i meant to say here is, dmac's > DT slave info has a node for cf and cf driver expects this string to come > via platform data currently. so use a phandle to connect them Best Regards, J.