* [patch 2.6.29-rc7-omap] twl4030-regulator: list more VAUX4 voltages
@ 2009-03-10 19:51 David Brownell
2009-03-11 14:30 ` Liam Girdwood
2009-03-13 20:22 ` [APPLIED] " Tony Lindgren
0 siblings, 2 replies; 3+ messages in thread
From: David Brownell @ 2009-03-10 19:51 UTC (permalink / raw)
To: Liam Girdwood; +Cc: Mark Brown, OMAP
From: David Brownell <dbrownell@users.sourceforge.net>
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>
---
Please apply to both the regulator-next and OMAP trees.
drivers/regulator/twl4030-regulator.c | 2 ++
1 file changed, 2 insertions(+)
--- a/drivers/regulator/twl4030-regulator.c
+++ b/drivers/regulator/twl4030-regulator.c
@@ -229,6 +229,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,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-13 20:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10 19:51 [patch 2.6.29-rc7-omap] twl4030-regulator: list more VAUX4 voltages David Brownell
2009-03-11 14:30 ` Liam Girdwood
2009-03-13 20:22 ` [APPLIED] " Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox