From patchwork Tue Oct 28 15:10:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Kocialkowski X-Patchwork-Id: 404276 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 870E214007B for ; Wed, 29 Oct 2014 02:11:33 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C1F124B808; Tue, 28 Oct 2014 16:11:30 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GYeL7HbKPxz8; Tue, 28 Oct 2014 16:11:30 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3B14D4B7FD; Tue, 28 Oct 2014 16:11:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9FAB24B7FD for ; Tue, 28 Oct 2014 16:11:25 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WmqfMU6gubU4 for ; Tue, 28 Oct 2014 16:11:25 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from gagarine.paulk.fr (gagarine.paulk.fr [109.190.93.129]) by theia.denx.de (Postfix) with ESMTPS id 4FEA44B7FC for ; Tue, 28 Oct 2014 16:11:22 +0100 (CET) Received: by gagarine.paulk.fr (Postfix, from userid 65534) id 1139D43C41; Tue, 28 Oct 2014 16:11:21 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gagarine.paulk.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.3.2 Received: from armstrong.paulk.fr (armstrong.paulk.fr [82.233.88.171]) by gagarine.paulk.fr (Postfix) with ESMTPS id C695643BFC; Tue, 28 Oct 2014 16:11:16 +0100 (CET) Received: from aldrin.trisquel.info (aldrin [192.168.0.128]) by armstrong.paulk.fr (Postfix) with ESMTP id 172EC3764B; Tue, 28 Oct 2014 16:11:13 +0100 (CET) From: Paul Kocialkowski To: u-boot@lists.denx.de Date: Tue, 28 Oct 2014 16:10:59 +0100 Message-Id: <1414509059-6489-1-git-send-email-contact@paulk.fr> X-Mailer: git-send-email 1.7.9.5 Cc: Tom Rini Subject: [U-Boot] [PATCH] twl4030: More voltages on VAUX2 and VAUX3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Paul Kocialkowski --- include/twl4030.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/twl4030.h b/include/twl4030.h index 18795a6..f33cd1e 100644 --- a/include/twl4030.h +++ b/include/twl4030.h @@ -390,6 +390,8 @@ /* Voltage Selection in PM Receiver Module */ #define TWL4030_PM_RECEIVER_VAUX2_VSEL_18 0x05 +#define TWL4030_PM_RECEIVER_VAUX2_VSEL_28 0x09 +#define TWL4030_PM_RECEIVER_VAUX3_VSEL_18 0x01 #define TWL4030_PM_RECEIVER_VAUX3_VSEL_28 0x03 #define TWL4030_PM_RECEIVER_VPLL2_VSEL_18 0x05 #define TWL4030_PM_RECEIVER_VDAC_VSEL_18 0x03