Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: adc: max1363: Fix missing i2c_device_id for MAX1164x parts

The driver supports MAX11644, MAX11645, MAX11646 and MAX11647 parts. But
the corresponding i2c_device_id are missing. Add them!

Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Florian Vaussard and committed by
Jonathan Cameron
c48c7b2e 4d462b85

+4
+4
drivers/iio/adc/max1363.c
··· 1680 1680 { "max11615", max11615 }, 1681 1681 { "max11616", max11616 }, 1682 1682 { "max11617", max11617 }, 1683 + { "max11644", max11644 }, 1684 + { "max11645", max11645 }, 1685 + { "max11646", max11646 }, 1686 + { "max11647", max11647 }, 1683 1687 {} 1684 1688 }; 1685 1689