diff options
author | Wolfgang Denk <wd@denx.de> | 2012-04-30 16:43:52 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-04-30 16:43:52 +0200 |
commit | 3f8550c5e93c65433d51c711e5d8d58fa5dfde7d (patch) | |
tree | bb0f1afa0125af8b113a2ed593baae0130c2fa39 /include/configs/spear-common.h | |
parent | 0cdf37ba095df033bc2fdb2b1bbc2372a0af4284 (diff) | |
parent | 04a9cb8c5947cec4356cf3b95a8ea3cc839dc540 (diff) | |
download | u-boot-imx-3f8550c5e93c65433d51c711e5d8d58fa5dfde7d.zip u-boot-imx-3f8550c5e93c65433d51c711e5d8d58fa5dfde7d.tar.gz u-boot-imx-3f8550c5e93c65433d51c711e5d8d58fa5dfde7d.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
* 'master' of /home/wd/git/u-boot/custodians:
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 5fef8cc..a791815 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 |