Hi,

 > -----Original Message-----
 > From: Jokiniemi Kalle (Nokia-SD/Tampere)


>  > > --- a/arch/arm/mach-omap2/board-rx51-peripherals.c
 >  > > +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
 >  > > @@ -337,6 +337,13 @@ static struct omap2_hsmmc_info mmc[] __initdata
 > =
 >  > {
 >  > >  static struct regulator_consumer_supply rx51_vmmc1_supply =
 >  > >         REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0");
 >  > >
 >  > > +static struct regulator_consumer_supply rx51_vaux2_supplies[] = {
 >  > > +       REGULATOR_SUPPLY("vdds_csib", "omap3isp"),
 >  > > +       {
 >  > > +               .supply = "vaux2",
 >  > > +       },
 >  >
 >  > Just for my curiosity, what is the the second consumer supply ("vaux2") 
 > for ?
 > 
 > I must admit, that I just copied the format from the other regulator 
 > definitions.
 > No idea really. Maybe those could be removed from the others as well?

Now that I looked closer, there's no such thing in the other definitions, I 
wonder
where I managed to find that. Maybe it was the older kernel I was using... I'll
update the patch and remove the "vaux2" part.

- Kalle

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to