From 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Fri, 5 Oct 2007 15:10:02 +0200 Subject: DTT: Prepare DS1775 driver for use of different I2C addresses Signed-off-by: Stefan Roese --- include/configs/taihu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/taihu.h b/include/configs/taihu.h index d623e56009..6d204a9b57 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 -- cgit v1.2.1