]> git.karo-electronics.de Git - linux-beck.git/commit
regulator: twl-regulator: fix n_voltages for twl6030 variable LDOs
authorColin Cross <ccross@android.com>
Fri, 27 May 2011 19:25:27 +0000 (12:25 -0700)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 30 May 2011 12:50:45 +0000 (13:50 +0100)
commit7736f11dbadce33d3f12bf0e8114d0f1da5e8622
tree510f652ee33d8906b81063cb7dd8e4355b926ac8
parent2ae3636b79aee1a69b2e84eff68bb123090796d3
regulator: twl-regulator: fix n_voltages for twl6030 variable LDOs

The n_voltages initializer for the TWL6030_ADJUSTABLE_LDO macro is
off by one, causing the the highest supported voltage to be
unreachable.  Setting the machine constraints to only allow the
highest voltage causes errors:

machine_constraints_voltage: VAUX3_6030: unsupportable voltage constraints
twl_reg twl_reg.39: can't register VAUX3_6030, -22
twl_reg: probe of twl_reg.39 failed with error -22

This patch fixes the off by one error.  Tested by setting
VAUX3_6030 to 3.3V.

Signed-off-by: Colin Cross <ccross@android.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/twl-regulator.c