[PATCH 3/3] mach-ux500: configure board for the TPS61052 regulator
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Mar 8 06:47:31 EST 2011
On Tue, Mar 08, 2011 at 10:44:04AM +0100, Linus Walleij wrote:
> +struct regulator_init_data tps61052_regulator = {
> + .constraints = {
> + .name = "vaudio-hf",
> + .min_uV = 4500000,
> + .max_uV = 4500000,
> + .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
> + REGULATOR_CHANGE_STATUS,
You've got _CHANGE_VOLTAGE here but only one voltage is possible.
More information about the linux-arm-kernel
mailing list