From patchwork Fri Oct 26 14:32:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Babic X-Patchwork-Id: 194494 X-Patchwork-Delegate: sbabic@denx.de 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 4E0182C008A for ; Sat, 27 Oct 2012 01:33:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9289B4A21A; Fri, 26 Oct 2012 16:33:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 Vkt6f-3Sj5fm; Fri, 26 Oct 2012 16:33:22 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F25904A21F; Fri, 26 Oct 2012 16:33:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D8BB74A20A for ; Fri, 26 Oct 2012 16:33:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 zW1i6-WDiHyl for ; Fri, 26 Oct 2012 16:33:10 +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 smtpi3.ngi.it (smtpi3.ngi.it [88.149.128.33]) by theia.denx.de (Postfix) with ESMTP id 4245A4A1F8 for ; Fri, 26 Oct 2012 16:33:05 +0200 (CEST) Received: from paperina.lan (88-149-182-160.v4.ngi.it [88.149.182.160]) by smtpi3.ngi.it (Postfix) with ESMTP id A039E3183CE; Fri, 26 Oct 2012 16:33:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by paperina.lan (Postfix) with ESMTP id 49C1F140A12E; Fri, 26 Oct 2012 16:33:02 +0200 (CEST) Received: from paperina.lan ([127.0.0.1]) by localhost (paperina.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rpvTk5GM1hyC; Fri, 26 Oct 2012 16:32:59 +0200 (CEST) Received: from papero.lan (papero.lan [192.168.2.247]) by paperina.lan (Postfix) with ESMTP id B3E14140A111; Fri, 26 Oct 2012 16:32:59 +0200 (CEST) From: Stefano Babic To: U-Boot@lists.denx.de Date: Fri, 26 Oct 2012 16:32:54 +0200 Message-Id: <1351261974-18387-1-git-send-email-sbabic@denx.de> X-Mailer: git-send-email 1.7.9.5 Cc: Jason Liu Subject: [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Recent patches adding FSL_PMIC_I2C_LENGTH require that the PMIC model is defined. Signed-off-by: Stefano Babic CC: Jason Liu Acked-by: Fabio Estevam --- include/configs/mx53evk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 8fc415e..0955fda 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -59,6 +59,7 @@ #define CONFIG_PMIC_I2C #define CONFIG_PMIC_FSL #define CONFIG_SYS_FSL_PMIC_I2C_ADDR 8 +#define CONFIG_PMIC_FSL_MC13892 #define CONFIG_RTC_MC13XXX /* MMC Configs */