Commit a91a73c8 authored by Jonathan Cameron's avatar Jonathan Cameron

iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and max11611.

Cc: Stable@vger.kernel.org>
Reported-by: default avatarErik Habbinga <Erik.Habbinga@schneider-electric.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
Acked-by: default avatarHartmut Knaack <knaack.h@gmx.de>
parent 3e729974
...@@ -1252,8 +1252,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1252,8 +1252,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
.info = &max1238_info, .info = &max1238_info,
.channels = max1238_channels, .channels = max1038_channels,
.num_channels = ARRAY_SIZE(max1238_channels), .num_channels = ARRAY_SIZE(max1038_channels),
}, },
[max11605] = { [max11605] = {
.bits = 8, .bits = 8,
...@@ -1262,8 +1262,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1262,8 +1262,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
.info = &max1238_info, .info = &max1238_info,
.channels = max1238_channels, .channels = max1038_channels,
.num_channels = ARRAY_SIZE(max1238_channels), .num_channels = ARRAY_SIZE(max1038_channels),
}, },
[max11606] = { [max11606] = {
.bits = 10, .bits = 10,
...@@ -1312,8 +1312,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1312,8 +1312,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
.info = &max1238_info, .info = &max1238_info,
.channels = max1238_channels, .channels = max1138_channels,
.num_channels = ARRAY_SIZE(max1238_channels), .num_channels = ARRAY_SIZE(max1138_channels),
}, },
[max11611] = { [max11611] = {
.bits = 10, .bits = 10,
...@@ -1322,8 +1322,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1322,8 +1322,8 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
.info = &max1238_info, .info = &max1238_info,
.channels = max1238_channels, .channels = max1138_channels,
.num_channels = ARRAY_SIZE(max1238_channels), .num_channels = ARRAY_SIZE(max1138_channels),
}, },
[max11612] = { [max11612] = {
.bits = 12, .bits = 12,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment