Hi, On Thu, 2010-03-11 at 09:55 +0100, ext hvaibhav@xxxxxx wrote: > From: Vaibhav Hiremath <hvaibhav@xxxxxx> > > With recent changes happened in OMAP2/3 DSS library for regulator interface, it > is required to define DSI regulator supply, without this DSS (in turn Fbdev) > fails to get regulator. > > Signed-off-by: Vaibhav Hiremath <hvaibhav@xxxxxx> > --- > arch/arm/mach-omap2/board-omap3evm.c | 16 +++++++++++----- > 1 files changed, 11 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c > index 017bb2f..a05de10 100644 > --- a/arch/arm/mach-omap2/board-omap3evm.c > +++ b/arch/arm/mach-omap2/board-omap3evm.c > @@ -514,9 +514,15 @@ static struct regulator_init_data omap3_evm_vdac = { > }; > > /* VPLL2 for digital video outputs */ > -static struct regulator_consumer_supply omap3_evm_vpll2_supply = { > - .supply = "vdvi", > - .dev = &omap3_evm_lcd_device.dev, > +static struct regulator_consumer_supply omap3_evm_vpll2_supplies[] = { > + { > + .supply = "vdvi", > + .dev = &omap3_evm_lcd_device.dev, > + }, Are you sure vdvi is required by the panel? At least the panel in 3430SDP doesn't require it. Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html