summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-18 10:27:32 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-03-18 13:20:43 -0300
commit310a9faafa2f4ef3449decf73818b1be5fa7c02c (patch)
tree761e96b07eb47c064a87e079d131fcce2c741bac
parentba09db134c54c1200cc5e5c7e7aaee6d73f90ae1 (diff)
downloadmeta-fsl-arm-310a9faafa2f4ef3449decf73818b1be5fa7c02c.tar.gz
u-boot-fslc: Disable I2C for mx28evk to fix SGTL5000
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.01.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb
index 400bfbb..f67a92b 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb
@@ -9,9 +9,9 @@ DEPENDS_mxs += "elftosb-native"
9PROVIDES += "u-boot" 9PROVIDES += "u-boot"
10 10
11PV = "v2013.01" 11PV = "v2013.01"
12PR = "r2" 12PR = "r3"
13 13
14SRCREV = "629da2167aae66ce8a43313c781e2a8abf16ac07" 14SRCREV = "6997ad60ace1244119080bc1811586f231ef267a"
15SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 15SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"