summaryrefslogtreecommitdiff
path: root/include/configs/mx53ard.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-07-12 08:17:29 +0200
committerWolfgang Denk <wd@denx.de>2012-07-12 08:17:29 +0200
commit0b15d51ed07db4c318d9c6b02b394ba5a3bc4296 (patch)
tree1a944f7da01e951b473959b6995c1aedce92260b /include/configs/mx53ard.h
parenta0bc44e68ef696ba48731aadf433f80315bdafa7 (diff)
parent175a7d2778ad26a244f5c846a6385413c87d95a7 (diff)
downloadu-boot-imx-0b15d51ed07db4c318d9c6b02b394ba5a3bc4296.zip
u-boot-imx-0b15d51ed07db4c318d9c6b02b394ba5a3bc4296.tar.gz
u-boot-imx-0b15d51ed07db4c318d9c6b02b394ba5a3bc4296.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-i2c
* 'master' of git://git.denx.de/u-boot-i2c: mx28evk: Add I2C support mxs-i2c: Fix internal address byte order mxc_i2c: remove setting speed at each start mx6qsabrelite: add i2c support mxc_i2c: specify i2c base address in config file Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/mx53ard.h')
-rw-r--r--include/configs/mx53ard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index ffc799c..0a928af 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -50,7 +50,7 @@
#define CONFIG_CMD_I2C
#define CONFIG_HARD_I2C
#define CONFIG_I2C_MXC
-#define CONFIG_SYS_I2C_MX53_PORT2
+#define CONFIG_SYS_I2C_BASE I2C2_BASE_ADDR
#define CONFIG_SYS_I2C_SPEED 100000
/* MMC Configs */