> -----Original Message----- > From: Jokiniemi Kalle (Nokia-SD/Tampere) > > Hi, > > > -----Original Message----- > > From: ext Jarkko Nikula [mailto:jhnikula@xxxxxxxxx] > > Sent: 29. huhtikuuta 2011 17:04 > > To: Jokiniemi Kalle (Nokia-SD/Tampere) > > Cc: tony@xxxxxxxxxxx; Ailus Sakari (Nokia-SD/Helsinki); linux- > > omap@xxxxxxxxxxxxxxx; lrg@xxxxxxxxxxxxxxx; > > broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx > > Subject: Re: [PATCH 1/1] OMAP3: rx-51: Add full regulator definitions > > > > On Fri, 29 Apr 2011 15:47:44 +0300 > > Kalle Jokiniemi <kalle.jokiniemi@xxxxxxxxx> wrote: > > > > > +static struct regulator_init_data rx51_vintana1 = { > > > + .constraints = { > > > + .name = "VINTANA1", > > > + .min_uV = 1500000, > > > + .max_uV = 1500000, > > > + .always_on = true, > > ... > > > +static struct regulator_init_data rx51_vintdig = { > > > + .constraints = { > > > + .name = "VINTDIG", > > > + .min_uV = 1500000, > > > + .max_uV = 1500000, > > > + .always_on = true, > > > > Are these two used at all? According to public schematics they are > > connected to just one capasitor. Could be some needed filtering/charge > > pump capacitors for TWL though. It seems I was not answering your question quite rightly... So these are used to power some internal blocks inside the TWL5030. The dependencies there are not very well documented, so it's best to leave them be. I think these could be turned off via the power scripts during OFF mode (if we would be using that). - Kalle > > > > I was thinking are all of these regulators really always_on? How about > > letting those without any known user to be switched off? > > In a working environment, these regulators were on. If you let all regulators > get disabled, you'll just be asking for trouble. > > Here's the initial discussion how this patch came about: > http://www.mail-archive.com/linux-media@xxxxxxxxxxxxxxx/msg30775.html -- 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