From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishore kadiyala Subject: Re: [PATCH v2 1/5] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file Date: Thu, 6 May 2010 21:28:40 +0530 Message-ID: References: <35156.10.24.255.17.1272988883.squirrel@dbdmail.itg.ti.com> <4BE14945.5040300@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <4BE14945.5040300@nokia.com> Sender: linux-mmc-owner@vger.kernel.org To: Adrian Hunter Cc: kishore kadiyala , "linux-mmc@vger.kernel.org" , "linux-omap@vger.kernel.org" , "tony@atomide.com" , "madhu.cr@ti.com" , "Lavinen Jarkko (Nokia-D/Helsinki)" , "rmk@arm.linux.org.uk" , "paul@pwsan.com" List-Id: linux-omap@vger.kernel.org <> > > Can do this instead I think: > > static struct regulator_consumer_supply sdp4430_vmmc_supply[] =3D { > =A0 =A0 =A0 =A0{ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0.supply =A0 =A0 =A0 =A0 =3D "vmmc", > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0.dev_name =A0 =A0 =A0 =3D "mmci-omap-h= s.0", > =A0 =A0 =A0 =A0}, > =A0 =A0 =A0 =A0{ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0.supply =A0 =A0 =A0 =A0 =3D "vmmc", > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0.dev_name =A0 =A0 =A0 =3D "mmci-omap-h= s.1", > =A0 =A0 =A0 =A0}, > }; > Agree , will make changes in next version