* [U-Boot] [PATCH] mx28evk: Disable CONFIG_CMD_I2C
@ 2013-03-08 14:47 Fabio Estevam
2013-03-20 10:41 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-03-08 14:47 UTC (permalink / raw)
To: u-boot
From: Fabio Estevam <fabio.estevam@freescale.com>
When loading a Freescale 2.6.35 on a mx28evk the following issue is seen:
sgtl5000_hw_read: read reg error : Reg 0x00
Device with ID register 0 is not a SGTL5000
Disabling CONFIG_CMD_I2C makes the sgtl5000 probe to succeed.
Mainline kernel does not show this problem.
Until the real cause is not identified, disable 'CONFIG_CMD_I2C' for the
time being.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Stefano,
Since 2013.04 is approaching I prefer to disable this option until the real
cause is identified.
This patch applies on top of http://patchwork.ozlabs.org/patch/225950/
include/configs/mx28evk.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 9cc236f..cf93ec8 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -68,7 +68,6 @@
#define CONFIG_CMD_SPI
#define CONFIG_CMD_USB
#define CONFIG_CMD_BOOTZ
-#define CONFIG_CMD_I2C
#define CONFIG_CMD_NAND
/*
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] mx28evk: Disable CONFIG_CMD_I2C
2013-03-08 14:47 [U-Boot] [PATCH] mx28evk: Disable CONFIG_CMD_I2C Fabio Estevam
@ 2013-03-20 10:41 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2013-03-20 10:41 UTC (permalink / raw)
To: u-boot
On 08/03/2013 15:47, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> When loading a Freescale 2.6.35 on a mx28evk the following issue is seen:
>
> sgtl5000_hw_read: read reg error : Reg 0x00
> Device with ID register 0 is not a SGTL5000
>
> Disabling CONFIG_CMD_I2C makes the sgtl5000 probe to succeed.
>
> Mainline kernel does not show this problem.
>
> Until the real cause is not identified, disable 'CONFIG_CMD_I2C' for the
> time being.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Stefano,
>
> Since 2013.04 is approaching I prefer to disable this option until the real
> cause is identified.
>
> This patch applies on top of http://patchwork.ozlabs.org/patch/225950/
>
> include/configs/mx28evk.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
> index 9cc236f..cf93ec8 100644
> --- a/include/configs/mx28evk.h
> +++ b/include/configs/mx28evk.h
> @@ -68,7 +68,6 @@
> #define CONFIG_CMD_SPI
> #define CONFIG_CMD_USB
> #define CONFIG_CMD_BOOTZ
> -#define CONFIG_CMD_I2C
> #define CONFIG_CMD_NAND
>
> /*
>
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
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] 2+ messages in thread
end of thread, other threads:[~2013-03-20 10:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 14:47 [U-Boot] [PATCH] mx28evk: Disable CONFIG_CMD_I2C Fabio Estevam
2013-03-20 10:41 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox