Re: [PATCH 3/3] mach-ux500: configure board for the TPS61052regulator

From: Mark Brown
Date: Tue Mar 08 2011 - 06:47:38 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/