diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-06 04:16:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 13:26:13 -0500 |
commit | be853bf86b41e91f4c422f0f56fdf87ea3191266 (patch) | |
tree | 5832190e4ecc4760809b9d273c08a2d524fd0541 /include/configs/bf533-ezkit.h | |
parent | b6edc719a106ab7fa6e6950b4d97bc39c1368e45 (diff) |
Blackfin: overhaul i2c driver
The current Blackfin i2c driver does not work properly with certain devices
due to it breaking up transfers incorrectly. This is a rewrite of the
driver and relocates it to the newer place in the source tree.
Also remove duplicated I2C speed defines in Blackfin board configs and
disable I2C slave address usage since it isn't implemented.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf533-ezkit.h')
-rw-r--r-- | include/configs/bf533-ezkit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf533-ezkit.h b/include/configs/bf533-ezkit.h index e871737177a..48c0252e46e 100644 --- a/include/configs/bf533-ezkit.h +++ b/include/configs/bf533-ezkit.h @@ -198,7 +198,7 @@ #define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ #define CONFIG_SYS_I2C_SPEED 50000 -#define CONFIG_SYS_I2C_SLAVE 0xFE +#define CONFIG_SYS_I2C_SLAVE 0 #define CONFIG_SYS_BOOTM_LEN 0x4000000 /* Large Image Length, set to 64 Meg */ |