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: Sat, 13 Oct 2012 14:22:42 +0200 Message-ID: <20121013122242.GL12801@game.jcrosoft.org> References: <142ef9170a2c69657d8a05ac127a9970d7b04965.1350051925.git.viresh.kumar@linaro.org> <2039bc164224b0068bc078b6cd8df6218e754fce.1350051925.git.viresh.kumar@linaro.org> <20121012144837.GE12801@game.jcrosoft.org> <20121012162148.GH12801@game.jcrosoft.org> <20121013064422.GJ12801@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: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Viresh Kumar Cc: vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org 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. so why do you keep the AUXDATA Best Regards, J.