RE: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread kalle.jokiniemi
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 > = > > { > > > st

RE: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread kalle.jokiniemi
ia@vger.kernel.org > Subject: Re: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply > > Hi Kalle, > > On Monday 02 May 2011 11:16:17 Kalle Jokiniemi wrote: > > The RX-51 uses the CSIb IO complex for camera operation. The > > board file is missing definit

Re: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread Laurent Pinchart
Hi Kalle, On Monday 02 May 2011 11:16:17 Kalle Jokiniemi wrote: > The RX-51 uses the CSIb IO complex for camera operation. The > board file is missing definition for the regulator supplying > the CSIb complex, so this is added for better power > management. > > Signed-off-by: Kalle Jokiniemi > -