]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/hwmon/ds1775.c
Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR
[people/ms/u-boot.git] / drivers / hwmon / ds1775.c
index b95b130d926195b0efda75cab81aa84c9a4d1eed..4c0c0b82a07fecd640b06270c03753e18f24ecde 100644 (file)
@@ -11,7 +11,7 @@
 #include <i2c.h>
 #include <dtt.h>
 
-#define DTT_I2C_DEV_CODE       CONFIG_SYS_I2C_DTT_ADDR /* Dallas Semi's DS1775 device code */
+#define DTT_I2C_DEV_CODE       0x48 /* Dallas Semi's DS1775 device code */
 #define DTT_READ_TEMP          0x0
 #define DTT_CONFIG             0x1
 #define DTT_TEMP_HYST          0x2