summaryrefslogtreecommitdiffstats
path: root/include/configs/imx31_phycore.h
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-04-24 17:33:25 +0000
committerHeiko Schocher <hs@denx.de>2012-07-11 10:54:29 +0200
commitde6f604de245b19ce2e330bc63b6522af134d7ae (patch)
treef73afbff36b87d9d48259b9b227849a6d77f990c /include/configs/imx31_phycore.h
parent211e47549b668c7cdd8658c0413a272f0d0495d4 (diff)
downloadblackbird-obmc-uboot-de6f604de245b19ce2e330bc63b6522af134d7ae.tar.gz
blackbird-obmc-uboot-de6f604de245b19ce2e330bc63b6522af134d7ae.zip
mxc_i2c: specify i2c base address in config file
The following platforms had their config files changed flea3, imx31_phycore, mx35pdk, mx53ard, mx53evk, mx53smd and mx53loco. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/imx31_phycore.h')
-rw-r--r--include/configs/imx31_phycore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h
index acbd6701c7..a412cf61ee 100644
--- a/include/configs/imx31_phycore.h
+++ b/include/configs/imx31_phycore.h
@@ -54,7 +54,8 @@
#define CONFIG_HARD_I2C
#define CONFIG_I2C_MXC
-#define CONFIG_SYS_I2C_MX31_PORT2
+#define CONFIG_SYS_I2C_BASE I2C2_BASE_ADDR
+#define CONFIG_SYS_I2C_CLK_OFFSET I2C2_CLK_OFFSET
#define CONFIG_SYS_I2C_SPEED 100000
#define CONFIG_MXC_UART
OpenPOWER on IntegriCloud