]> Git Repo - J-u-boot.git/blobdiff - dtt/lm75.c
drivers/input : move input drivers to drivers/input
[J-u-boot.git] / dtt / lm75.c
index 9930a8bfe0fce326c70ab464c82c2db4d2aa1e68..63f3b7551e9be6a73abe6dd2f8a24fadc04db293 100644 (file)
@@ -146,8 +146,13 @@ static int _dtt_init(int sensor)
     /*
      * Setup configuraton register
      */
+#ifdef CONFIG_DTT_AD7414
+    /* config = alert active low and disabled */
+    val = 0x60;
+#else
     /* config = 6 sample integration, int mode, active low, and enable */
     val = 0x18;
+#endif
     if (dtt_write(sensor, DTT_CONFIG, val) != 0)
        return 1;
 
@@ -178,4 +183,3 @@ int dtt_get_temp(int sensor)
 } /* dtt_get_temp() */
 
 #endif /* CONFIG_DTT_LM75 */
-
This page took 0.025892 seconds and 4 git commands to generate.