> -----Original Message----- > From: Hiremath, Vaibhav > Sent: Friday, March 19, 2010 4:51 PM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: tomi.valkeinen@xxxxxxxxx; tony@xxxxxxxxxxx; Hiremath, Vaibhav > Subject: [PATCH-V2] OMAP3EVM: Replace vdvi regulator supply with vdds_dsi > > 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. > [Hiremath, Vaibhav] Tony, I have also completely missed about this patch, and today I realized that this patch is not merged. Tony, I have verified that this patch still gets applied cleanly ontop of linux-omap/master. Can it be merged, without this Video Display won't work on EVM? Thanks, Vaibhav > Signed-off-by: Vaibhav Hiremath <hvaibhav@xxxxxx> > Acked-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> > --- > arch/arm/mach-omap2/board-omap3evm.c | 7 ++----- > 1 files changed, 2 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach- > omap2/board-omap3evm.c > index 017bb2f..74bbdcb 100644 > --- a/arch/arm/mach-omap2/board-omap3evm.c > +++ b/arch/arm/mach-omap2/board-omap3evm.c > @@ -514,14 +514,11 @@ 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_supply = > + REGULATOR_SUPPLY("vdds_dsi", "omapdss"); > > static struct regulator_init_data omap3_evm_vpll2 = { > .constraints = { > - .name = "VDVI", > .min_uV = 1800000, > .max_uV = 1800000, > .apply_uV = true, > -- > 1.6.2.4 -- 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