Hi, On Sat, 2010-03-06 at 15:26 +0100, ext Y, Kishore wrote: > From: Kishore Y <kishore.y@xxxxxx> > > board-zoom-display.c added as a common file for display fucntionality > on boards zoom2, zoom3 and 3630sdp > > Signed-off-by: Mukund Mittal <mmittal@xxxxxx> > Signed-off-by: Kishore Y <kishore.y@xxxxxx> > Reviewed-by: Gadiyar, Anand <gadiyar@xxxxxx> > --- > arch/arm/mach-omap2/Makefile | 3 + > arch/arm/mach-omap2/board-zoom-display.c | 158 +++++++++++++++++++++++++ > arch/arm/mach-omap2/board-zoom-peripherals.c | 50 ++++++++- > arch/arm/mach-omap2/include/mach/board-zoom.h | 3 + > 4 files changed, 213 insertions(+), 1 deletions(-) > create mode 100644 arch/arm/mach-omap2/board-zoom-display.c <snip> > > +static struct regulator_consumer_supply zoom_vpll2_supply = { > + .supply = "vdds_dsi", > +}; > + > +static struct regulator_consumer_supply zoom_vdda_dac_supply = { > + .supply = "vdda_dac", > +}; I think the same comments about regulators apply here as in this thread: http://marc.info/?l=linux-omap&m=127107128203856&w=2 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