aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-03-10 15:51:15 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-03-31 04:56:27 -0400
commit1897e7423b73ff01db31c24dd20138968e39304c (patch)
tree7cf7d026cca30fcba8feb3fe7e41b122bcf1600e /drivers/regulator
parent3e2b9abda554e9f6105996dca77cca9ef98de17a (diff)
twl4030-regulator: list more VAUX4 voltages
The VAUX4 voltage table scrolls onto a second page in many versions of the TWL4030 family manuals. This doesn't mean we should ignore those values! Some boards use the (fully supported) 2.8V setting. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/twl4030-regulator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/twl4030-regulator.c b/drivers/regulator/twl4030-regulator.c
index 663a4162b2a1..49c41fc60aa6 100644
--- a/drivers/regulator/twl4030-regulator.c
+++ b/drivers/regulator/twl4030-regulator.c
@@ -228,6 +228,8 @@ static const u16 VAUX3_VSEL_table[] = {
228static const u16 VAUX4_VSEL_table[] = { 228static const u16 VAUX4_VSEL_table[] = {
229 700, 1000, 1200, UNSUP(1300), 229 700, 1000, 1200, UNSUP(1300),
230 1500, 1800, UNSUP(1850), 2500, 230 1500, 1800, UNSUP(1850), 2500,
231 UNSUP(2600), 2800, UNSUP(2850), UNSUP(3000),
232 UNSUP(3150), UNSUP(3150), UNSUP(3150), UNSUP(3150),
231}; 233};
232static const u16 VMMC1_VSEL_table[] = { 234static const u16 VMMC1_VSEL_table[] = {
233 1850, 2850, 3000, 3150, 235 1850, 2850, 3000, 3150,