From patchwork Tue May 24 05:54:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 625496 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 3rDPlr19CQz9t4F for ; Tue, 24 May 2016 15:55:52 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B55A5A74DB; Tue, 24 May 2016 07:55:48 +0200 (CEST) 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 Q_zkR9K9FKNw; Tue, 24 May 2016 07:55:48 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C24CA7559; Tue, 24 May 2016 07:55:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB172A7528 for ; Tue, 24 May 2016 07:55:00 +0200 (CEST) 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 rAuE-UuSoUkL for ; Tue, 24 May 2016 07:55:00 +0200 (CEST) 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 pollux.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by theia.denx.de (Postfix) with ESMTP id 46646A7517 for ; Tue, 24 May 2016 07:54:56 +0200 (CEST) Received: by pollux.denx.de (Postfix, from userid 515) id 1313A373D; Tue, 24 May 2016 07:54:56 +0200 (CEST) From: Heiko Schocher To: u-boot@lists.denx.de Date: Tue, 24 May 2016 07:54:30 +0200 Message-Id: <1464069279-23457-4-git-send-email-hs@denx.de> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1464069279-23457-1-git-send-email-hs@denx.de> References: <1464069279-23457-1-git-send-email-hs@denx.de> Cc: Tom Rini , Przemyslaw Marczak , Greg Guyotte Subject: [U-Boot] [PATCH v2 03/12] power, tps65217: add some defines X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" add the following defines, needed for the upcoming shc board support: Signed-off-by: Heiko Schocher Reviewed-by: Tom Rini --- Changes in v2: - add Reviewed-by from Tom Rini include/power/tps65217.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/power/tps65217.h b/include/power/tps65217.h index 93cbe36..69a49f7 100644 --- a/include/power/tps65217.h +++ b/include/power/tps65217.h @@ -65,7 +65,10 @@ enum { #define TPS65217_USB_INPUT_CUR_LIMIT_1300MA 0x02 #define TPS65217_USB_INPUT_CUR_LIMIT_1800MA 0x03 +#define TPS65217_DCDC_VOLT_SEL_950MV 0x02 +#define TPS65217_DCDC_VOLT_SEL_1100MV 0x08 #define TPS65217_DCDC_VOLT_SEL_1125MV 0x09 +#define TPS65217_DCDC_VOLT_SEL_1200MV 0x0c #define TPS65217_DCDC_VOLT_SEL_1275MV 0x0F #define TPS65217_DCDC_VOLT_SEL_1325MV 0x11