public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: twl4030 VAUX3 supports 3.0V
@ 2009-03-06 13:01 Adrian Hunter
  2009-03-06 18:23 ` Liam Girdwood
  2009-03-06 19:16 ` David Brownell
  0 siblings, 2 replies; 12+ messages in thread
From: Adrian Hunter @ 2009-03-06 13:01 UTC (permalink / raw)
  To: lrg; +Cc: David Brownell, LKML, linux-omap Mailing List

TWL4030 and TWL5030 support 3.0V on VAUX3.

Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
---



According to TI:
http://community.ti.com/forums/t/3777.aspx



 drivers/regulator/twl4030-regulator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/twl4030-regulator.c b/drivers/regulator/twl4030-regulator.c
index 8655443..1755026 100644
--- a/drivers/regulator/twl4030-regulator.c
+++ b/drivers/regulator/twl4030-regulator.c
@@ -224,7 +224,7 @@ static const u16 VAUX2_VSEL_table[] = {
 };
 static const u16 VAUX3_VSEL_table[] = {
 	1500, 1800, 2500, 2800,
-	UNSUP(3000), UNSUP(3000), UNSUP(3000), UNSUP(3000),
+	3000, 3000, 3000, 3000,
 };
 static const u16 VAUX4_VSEL_table[] = {
 	700, 1000, 1200, UNSUP(1300),
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-03-31 10:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 13:01 [PATCH] regulator: twl4030 VAUX3 supports 3.0V Adrian Hunter
2009-03-06 18:23 ` Liam Girdwood
2009-03-06 19:16 ` David Brownell
2009-03-06 22:18   ` Mark Brown
2009-03-06 22:48     ` David Brownell
2009-03-09 11:47       ` Liam Girdwood
2009-03-17  7:36         ` Adrian Hunter
2009-03-17 11:43           ` Liam Girdwood
2009-03-25  8:28             ` Adrian Hunter
2009-03-25 17:03               ` David Brownell
2009-03-26 14:21                 ` Adrian Hunter
2009-03-31 10:43                   ` Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox