From mboxrd@z Thu Jan 1 00:00:00 1970 From: roger.quadros@nokia.com (Roger Quadros) Date: Thu, 22 Jul 2010 14:16:13 +0300 Subject: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan In-Reply-To: <20100721175930.GD10930@sirena.org.uk> References: <1279733634-21974-1-git-send-email-ohad@wizery.com> <1279733634-21974-11-git-send-email-ohad@wizery.com> <20100721175930.GD10930@sirena.org.uk> Message-ID: <4C48287D.1000603@nokia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/21/2010 08:59 PM, ext Mark Brown wrote: > On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote: > >> +static struct regulator_consumer_supply zoom_vmmc3_supply = { >> + .supply = "vmmc", >> +}; > > This looks like a misconfiguration on the consumer - I'd strongly expect > the consumer to have a dev_name specified also with the name being in > terms of the consumer device. you need to add something like .dev_name = "mmci-omap-hs.2" regards, -roger