]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Disable I2C for mx28evk to fix SGTL5000
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Mar 2013 13:27:32 +0000 (10:27 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Mar 2013 16:20:43 +0000 (13:20 -0300)
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.

Change-Id: I1c79a6f7567611ce846383686481fbf923ed3434
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb

index 400bfbb7d0d23faabea6083f0f028b25cdbad70a..f67a92bfcf4ce325c9d55af83fec039aa57a7dd7 100644 (file)
@@ -9,9 +9,9 @@ DEPENDS_mxs += "elftosb-native"
 PROVIDES += "u-boot"
 
 PV = "v2013.01"
-PR = "r2"
+PR = "r3"
 
-SRCREV = "629da2167aae66ce8a43313c781e2a8abf16ac07"
+SRCREV = "6997ad60ace1244119080bc1811586f231ef267a"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"