]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/hwmon/ds1775.c
DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
[karo-tx-uboot.git] / drivers / hwmon / ds1775.c
index e44cee3279c72942d1f0f927d17e0a72c162fb1d..0fbb0b42a789d96fd4448c6fe2a929e578860ccf 100644 (file)
@@ -25,7 +25,7 @@
 #include <i2c.h>
 #include <dtt.h>
 
-#define DTT_I2C_DEV_CODE 0x49          /* Dallas Semi's DS1775 device code */
+#define DTT_I2C_DEV_CODE       CFG_I2C_DTT_ADDR /* Dallas Semi's DS1775 device code */
 
 int dtt_read(int sensor, int reg)
 {