Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
[cascardo/linux.git] / drivers / iio / adc / max1363.c
index 3602592..9cf3229 100644 (file)
@@ -8,17 +8,11 @@
   * based on linux/drivers/acron/char/pcf8583.c
   * Copyright (C) 2000 Russell King
   *
+  * Driver for max1363 and similar chips.
+  *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
-  *
-  * max1363.c
-  *
-  * Partial support for max1363 and similar chips.
-  *
-  * Not currently implemented.
-  *
-  * - Control of internal reference.
   */
 
 #include <linux/interrupt.h>
@@ -1253,7 +1247,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
        },
        [max11604] = {
                .bits = 8,
-               .int_vref_mv = 4098,
+               .int_vref_mv = 4096,
                .mode_list = max1238_mode_list,
                .num_modes = ARRAY_SIZE(max1238_mode_list),
                .default_mode = s0to11,
@@ -1313,7 +1307,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
        },
        [max11610] = {
                .bits = 10,
-               .int_vref_mv = 4098,
+               .int_vref_mv = 4096,
                .mode_list = max1238_mode_list,
                .num_modes = ARRAY_SIZE(max1238_mode_list),
                .default_mode = s0to11,
@@ -1373,7 +1367,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
        },
        [max11616] = {
                .bits = 12,
-               .int_vref_mv = 4098,
+               .int_vref_mv = 4096,
                .mode_list = max1238_mode_list,
                .num_modes = ARRAY_SIZE(max1238_mode_list),
                .default_mode = s0to11,