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 08:44:22 +0200 Message-ID: <20121013064422.GJ12801@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.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 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 Best Regards, J.