diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-05-02 01:26:32 +0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-02 01:26:32 +0400 |
commit | d24ecfcc3953f9c3b833508cd839be614a3f3c64 (patch) | |
tree | 9f2d66e87fa295166fad628b694858f8e318a2a7 /include/linux/i2c-id.h | |
parent | 6edac5803fb66f514d454d8e45595a170f04ea0e (diff) | |
download | linux-d24ecfcc3953f9c3b833508cd839be614a3f3c64.tar.xz |
i2c: Blackfin Two Wire Interface driver
The i2c linux driver for blackfin architecture which supports blackfin
on-chip TWI controller i2c operation.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Reviewed-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux/i2c-id.h')
-rw-r--r-- | include/linux/i2c-id.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index 9c21dc793d7b..0e8da684ce68 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h @@ -258,8 +258,9 @@ /* --- MCP107 adapter */ #define I2C_HW_MPC107 0x0d0000 -/* --- Marvell mv64xxx i2c adapter */ +/* --- Embedded adapters */ #define I2C_HW_MV64XXX 0x190000 +#define I2C_HW_BLACKFIN 0x190001 /* ADI Blackfin I2C TWI driver */ /* --- Miscellaneous adapters */ #define I2C_HW_SAA7146 0x060000 /* SAA7146 video decoder bus */ |