Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fb77e29 authored by Stefan Eichenberger's avatar Stefan Eichenberger Committed by Jonathan Cameron
Browse files

iio: adc: max1363: add missing adc to max1363_id



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: default avatarStefan Eichenberger <stefan.eichenberger@netmodule.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent fc77dbd3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 },
	{}
};