]> code.ossystems Code Review - bsp/u-boot.git/commit
mx28evk: Disable CONFIG_CMD_I2C
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 8 Mar 2013 04:47:10 +0000 (04:47 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Apr 2013 14:14:39 +0000 (11:14 -0300)
commit96ab8b0ddd5724252b39084375aefd45dd1a0456
treeb70c2d07eb03cff68427d4c9d7c4d30c0efc9b02
parent6b4440e80efcd6096eaf02d339c8dac74181b39d
mx28evk: Disable CONFIG_CMD_I2C

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>
include/configs/mx28evk.h