diff options
author | Wolfgang Denk <wd@denx.de> | 2012-04-30 16:43:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-04-30 16:43:49 +0200 |
commit | 04a9cb8c5947cec4356cf3b95a8ea3cc839dc540 (patch) | |
tree | 787a4016c52356bca0aac6f781081c71656f7a7d /include/configs/spear-common.h | |
parent | 99310d144852a8f0b7dbb3d9c7b575c37781b2c1 (diff) | |
parent | 5e3e8dda51c46faedb124c0ffd6136e2ef09ae52 (diff) | |
download | blackbird-obmc-uboot-04a9cb8c5947cec4356cf3b95a8ea3cc839dc540.tar.gz blackbird-obmc-uboot-04a9cb8c5947cec4356cf3b95a8ea3cc839dc540.zip |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
* 'master' of git://git.denx.de/u-boot-i2c:
i2c:designware Turn off the ctrl when setting the speed
i2c: Add support for designware i2c controller
sh: i2c: Add support I2C controller of SH7734
Diffstat (limited to 'include/configs/spear-common.h')
-rw-r--r-- | include/configs/spear-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 5fef8cce80..a79181565e 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -41,7 +41,7 @@ /* I2C driver configuration */ #define CONFIG_HARD_I2C -#define CONFIG_SPEAR_I2C +#define CONFIG_DW_I2C #define CONFIG_SYS_I2C_SPEED 400000 #define CONFIG_SYS_I2C_SLAVE 0x02 |