[PATCH v2] pxa/z2: Add regulator support
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Jun 7 07:39:10 EDT 2010
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)?
More information about the linux-arm-kernel
mailing list