From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2 1/4] mfd: mc13xxx: add device tree probe support Date: Tue, 6 Dec 2011 10:13:05 +0000 Message-ID: <20111206101304.GA28840@opensource.wolfsonmicro.com> References: <1322731268-12158-1-git-send-email-shawn.guo@linaro.org> <1322731268-12158-2-git-send-email-shawn.guo@linaro.org> <20111202153637.GY8245@opensource.wolfsonmicro.com> <20111205064124.GC2980@S2100-06.ap.freescale.net> <20111205190946.GD7467@opensource.wolfsonmicro.com> <20111206032642.GI2980@S2100-06.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20111206032642.GI2980-+NayF8gZjK2ctlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org> 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-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Shawn Guo Cc: Sascha Hauer , Samuel Ortiz , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Liam Girdwood , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Dec 06, 2011 at 11:26:43AM +0800, Shawn Guo wrote: > On Mon, Dec 05, 2011 at 07:09:47PM +0000, Mark Brown wrote: > > That doesn't answer the question - I've still no idea how the binding is > > supposed to map the nodes contained within regulators onto the physical > > regulators. > And here it is. It finds the regulator node by looking for the > regulator name. OK, this needs to be documented in the binding documentation - people shouldn't need to look at the code to figure this out.