projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc77dbd
)
iio: adc: max1363: add missing adc to max1363_id
author
Stefan Eichenberger
<eichest@gmail.com>
Fri, 18 Mar 2016 15:51:03 +0000
(16:51 +0100)
committer
Jonathan 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/adc/max1363.c
b/drivers/iio/adc/max1363.c
index 929508e5266c000864d1095860b7b16f87baf51b..b5d28c02513626f8f079c817298e4d2362d01f08 100644
(file)
--- a/
drivers/iio/adc/max1363.c
+++ b/
drivers/iio/adc/max1363.c
@@
-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 },
{}
};