iio: filter: admv8818: fix band 4, state 15

[ Upstream commit ef0ce24f590ac075d5eda11f2d6434b303333ed6 ]

Corrects the upper range of LPF Band 4 from 18.5 GHz to 18.85 GHz per
the ADMV8818 datasheet

Fixes: f34fe888ad ("iio:filter:admv8818: add support for ADMV8818")
Signed-off-by: Sam Winchenbach <swinchenbach@arka.org>
Link: https://patch.msgid.link/20250328174831.227202-3-sam.winchenbach@framepointer.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Sam Winchenbach
2025-03-28 13:48:27 -04:00
committed by Greg Kroah-Hartman
parent f2829faa3f
commit 31fa7dd09a

View File

@@ -103,7 +103,7 @@ static const unsigned long long freq_range_lpf[4][2] = {
{2050000000ULL, 3850000000ULL}, {2050000000ULL, 3850000000ULL},
{3350000000ULL, 7250000000ULL}, {3350000000ULL, 7250000000ULL},
{7000000000, 13000000000}, {7000000000, 13000000000},
{12550000000, 18500000000} {12550000000, 18850000000}
}; };
static const struct regmap_config admv8818_regmap_config = { static const struct regmap_config admv8818_regmap_config = {