Message ID | 200903101251.15700.david-b@pacbell.net (mailing list archive) |
---|---|
State | Accepted |
Commit | ad41b8dce8761b94dbef01e252f4f87a7c1e19ec |
Headers | show |
On Tue, 2009-03-10 at 11:51 -0800, David Brownell wrote: > 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> > --- Applied to regulator-next. Thanks Liam -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: ad41b8dce8761b94dbef01e252f4f87a7c1e19ec PatchWorks http://patchwork.kernel.org/patch/10952/ Git http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=ad41b8dce8761b94dbef01e252f4f87a7c1e19ec -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 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,