summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-07-19 08:18:26 +0000
committerHeiko Schocher <hs@denx.de>2012-07-31 08:01:09 +0200
commit9c06782863a9add2e75e940cf375ebb44a273212 (patch)
tree4cb56a3b1cbcfd54343dc3a41896e466eef2842f /include
parentcc54a0f7cccf976d350801d39c406e75465ebdd1 (diff)
downloadu-boot-imx-9c06782863a9add2e75e940cf375ebb44a273212.zip
u-boot-imx-9c06782863a9add2e75e940cf375ebb44a273212.tar.gz
u-boot-imx-9c06782863a9add2e75e940cf375ebb44a273212.tar.bz2
mx6qsabrelite: add i2c multi-bus support
This includes bus recovery support. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabrelite.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index e42fe6b..0d376ba 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -60,11 +60,9 @@
/* I2C Configs */
#define CONFIG_CMD_I2C
-#define CONFIG_HARD_I2C
+#define CONFIG_I2C_MULTI_BUS
#define CONFIG_I2C_MXC
-#define CONFIG_SYS_I2C_BASE I2C3_BASE_ADDR
-#define CONFIG_SYS_I2C_SPEED 100000
-#define CONFIG_SYS_I2C_SLAVE 0xfe
+#define CONFIG_SYS_I2C_SPEED 100000
/* MMC Configs */
#define CONFIG_FSL_ESDHC