diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 15:10:02 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 |
commit | 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12 (patch) | |
tree | 7a6774567c84320f530fd9d5ca44f4ef50f198af /include | |
parent | 19e93b1e16d267220440d827b920fbad8abfa70f (diff) |
DTT: Prepare DS1775 driver for use of different I2C addresses
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/taihu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/taihu.h b/include/configs/taihu.h index d623e56009a..6d204a9b575 100644 --- a/include/configs/taihu.h +++ b/include/configs/taihu.h @@ -244,6 +244,7 @@ unsigned char spi_read(void); /* standard dtt sensor configuration */ #define CONFIG_DTT_DS1775 1 #define CONFIG_DTT_SENSORS { 0 } +#define CFG_I2C_DTT_ADDR 0x49 /*----------------------------------------------------------------------- * PCI stuff |