Re: [U-Boot] [PATCH] mx28evk: Disable CONFIG_CMD_I2C

2013-03-20 Thread Stefano Babic
On 08/03/2013 15:47, Fabio Estevam wrote: > From: Fabio Estevam > > 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 su

[U-Boot] [PATCH] mx28evk: Disable CONFIG_CMD_I2C

2013-03-08 Thread Fabio Estevam
From: Fabio Estevam 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