From 1897e7423b73ff01db31c24dd20138968e39304c Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 10 Mar 2009 11:51:15 -0800 Subject: 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 Signed-off-by: Liam Girdwood --- drivers/regulator/twl4030-regulator.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/regulator/twl4030-regulator.c') diff --git a/drivers/regulator/twl4030-regulator.c b/drivers/regulator/twl4030-regulator.c index 663a4162b2a..49c41fc60aa 100644 --- a/drivers/regulator/twl4030-regulator.c +++ b/drivers/regulator/twl4030-regulator.c @@ -228,6 +228,8 @@ static const u16 VAUX3_VSEL_table[] = { static const u16 VAUX4_VSEL_table[] = { 700, 1000, 1200, UNSUP(1300), 1500, 1800, UNSUP(1850), 2500, + UNSUP(2600), 2800, UNSUP(2850), UNSUP(3000), + UNSUP(3150), UNSUP(3150), UNSUP(3150), UNSUP(3150), }; static const u16 VMMC1_VSEL_table[] = { 1850, 2850, 3000, 3150, -- cgit v1.2.3