[PATCH v2] pxa/z2: Add regulator support

Marek Vasut marek.vasut at gmail.com
Mon Jun 7 10:56:33 EDT 2010


Dne Po 7. června 2010 13:39:10 Mark Brown napsal(a):
> On Mon, Jun 07, 2010 at 05:59:03AM +0200, Marek Vasut wrote:
> > +	}, {
> > +		.constraints = {
> > +			.name		= "LDO1",
> > +			.min_uV		= 1000000,
> > +			.max_uV		= 3150000,
> > +			.always_on	= 1,
> > +		},
> > +	}, {
> > +		.constraints = {
> > +			.name		= "LDO2",
> > +			.min_uV		= 1050000,
> > +			.max_uV		= 3300000,
> > +			.always_on	= 1,
> > +		},
> > +	}
> 
> Are you *sure* that the voltages for these regulators can be varied this
> much (especailly given that there are no consumers set up)?

These are not connected so I believe it doesn't matter. Though I'm still 
slightly unfamiliar with the regulator API. Here I should have CCed you, sorry.

Is this the correct way or is there some other way to just shut these off ?

Cheers



More information about the linux-arm-kernel mailing list