From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 27 Oct 2012 10:45:00 +0200 Subject: [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk In-Reply-To: <1351261974-18387-1-git-send-email-sbabic@denx.de> References: <1351261974-18387-1-git-send-email-sbabic@denx.de> Message-ID: <20121027104500.1c911f7a@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Fri, 26 Oct 2012 16:32:54 +0200, Stefano Babic wrote: > Recent patches adding FSL_PMIC_I2C_LENGTH require > that the PMIC model is defined. > > Signed-off-by: Stefano Babic > CC: Jason Liu > --- > 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 */ Stefano, do you want me to take it in u-boot-arm/master (right after your pull request) or do you prefer to apply it in u-boot-imx yourself? Amicalement, -- Albert.