From patchwork Tue Mar 10 19:51:15 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Brownell X-Patchwork-Id: 10952 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n2AJpbbY018834 for ; Tue, 10 Mar 2009 19:51:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754536AbZCJTvU (ORCPT ); Tue, 10 Mar 2009 15:51:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754448AbZCJTvT (ORCPT ); Tue, 10 Mar 2009 15:51:19 -0400 Received: from smtp125.sbc.mail.sp1.yahoo.com ([69.147.65.184]:30868 "HELO smtp125.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754480AbZCJTvT (ORCPT ); Tue, 10 Mar 2009 15:51:19 -0400 Received: (qmail 49539 invoked from network); 10 Mar 2009 19:51:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=pacbell.net; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=XYl7jOUZ+C9IQLEWeGJhaMKvU4dKQA4Gy+T2QVQzTqdGA/4Tu59K6jHRWYv2lqjcGhoN7SFs8Ojl9kCxSAYx/T1leM+mC+BZI9D7azM4J9nnmOv1ssXP0JAgmPNGGYpYu3fi9SwU+pl3KnIfUY5qFD+Wmc1OM/UrQUSaLRFwgqY= ; Received: from unknown (HELO pogo) (david-b@69.226.224.20 with plain) by smtp125.sbc.mail.sp1.yahoo.com with SMTP; 10 Mar 2009 19:51:16 -0000 X-YMail-OSG: y.UvH_QVM1nabSKRPrrgFaA5lB7oUT7CEX.S0FeptJBy6cQPHCa0YHSneLweJknbBm9UZILakr9apUNDYYCmKBzpoSqavNWHb1GZiQ4sn3j7cIeMGHGH2CDTtJC6N6Wq2_NlJ7oN6VT84ZWLIkNkS9r6mI85JAFzfnyIC77GUS92lEj5tay.NAo3MjyfPUDxBQ-- X-Yahoo-Newman-Property: ymail-3 From: David Brownell To: Liam Girdwood Subject: [patch 2.6.29-rc7-omap] twl4030-regulator: list more VAUX4 voltages Date: Tue, 10 Mar 2009 11:51:15 -0800 User-Agent: KMail/1.9.10 Cc: Mark Brown , OMAP MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200903101251.15700.david-b@pacbell.net> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: David Brownell 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 --- Please apply to both the regulator-next and OMAP trees. drivers/regulator/twl4030-regulator.c | 2 ++ 1 file changed, 2 insertions(+) -- 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,