All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk
@ 2012-10-26 14:32 Stefano Babic
  2012-10-26 14:36 ` Fabio Estevam
  2012-10-27  8:45 ` Albert ARIBAUD
  0 siblings, 2 replies; 4+ messages in thread
From: Stefano Babic @ 2012-10-26 14:32 UTC (permalink / raw)
  To: u-boot

Recent patches adding FSL_PMIC_I2C_LENGTH require
that the PMIC model is defined.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <jason.hui@linaro.org>
---
 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 */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk
  2012-10-26 14:32 [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk Stefano Babic
@ 2012-10-26 14:36 ` Fabio Estevam
  2012-10-27  8:45 ` Albert ARIBAUD
  1 sibling, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2012-10-26 14:36 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 26, 2012 at 12:32 PM, Stefano Babic <sbabic@denx.de> wrote:
> Recent patches adding FSL_PMIC_I2C_LENGTH require
> that the PMIC model is defined.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Jason Liu <jason.hui@linaro.org>

Acked-by: Fabio Estevam <fabio.estevam@freescale.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk
  2012-10-26 14:32 [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk Stefano Babic
  2012-10-26 14:36 ` Fabio Estevam
@ 2012-10-27  8:45 ` Albert ARIBAUD
  2012-10-27  9:26   ` Stefano Babic
  1 sibling, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2012-10-27  8:45 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

On Fri, 26 Oct 2012 16:32:54 +0200, Stefano Babic <sbabic@denx.de>
wrote:

> Recent patches adding FSL_PMIC_I2C_LENGTH require
> that the PMIC model is defined.
> 
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Jason Liu <jason.hui@linaro.org>
> ---
>  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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk
  2012-10-27  8:45 ` Albert ARIBAUD
@ 2012-10-27  9:26   ` Stefano Babic
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-10-27  9:26 UTC (permalink / raw)
  To: u-boot

Am 27/10/2012 10:45, schrieb Albert ARIBAUD:
> Hi Stefano,
> 
> On Fri, 26 Oct 2012 16:32:54 +0200, Stefano Babic <sbabic@denx.de>
> wrote:
> 
>> Recent patches adding FSL_PMIC_I2C_LENGTH require
>> that the PMIC model is defined.
>>
>> Signed-off-by: Stefano Babic <sbabic@denx.de>
>> CC: Jason Liu <jason.hui@linaro.org>
>> ---
>>  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?

The patch that breaks building this board is not yet part of my pull
request and it is not merged into u-boot-imx, so we are not in a hurry ;-)

I will apply then apply it later into u-boot-imx.

Thanks,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-27  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 14:32 [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk Stefano Babic
2012-10-26 14:36 ` Fabio Estevam
2012-10-27  8:45 ` Albert ARIBAUD
2012-10-27  9:26   ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.