iio: adc: max1363: add missing adc to max1363_id
authorStefan Eichenberger <eichest@gmail.com>
Fri, 18 Mar 2016 15:51:03 +0000 (16:51 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 20 Mar 2016 10:31:22 +0000 (10:31 +0000)
max11644-max11647 had an enum value but were not added to the max1363_id,
so they where not selectable in the devictree.

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/max1363.c

index 929508e5266c000864d1095860b7b16f87baf51b..b5d28c02513626f8f079c817298e4d2362d01f08 100644 (file)
@@ -1680,6 +1680,10 @@ static const struct i2c_device_id max1363_id[] = {
        { "max11615", max11615 },
        { "max11616", max11616 },
        { "max11617", max11617 },
+       { "max11644", max11644 },
+       { "max11645", max11645 },
+       { "max11646", max11646 },
+       { "max11647", max11647 },
        {}
 };
 
This page took 0.025476 seconds and 5 git commands to generate.