mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
iio: filter: admv8818: fix band 4, state 15
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>
This commit is contained in:
committed by
Jonathan Cameron
parent
485eefd7f9
commit
ef0ce24f59
@@ -103,7 +103,7 @@ static const unsigned long long freq_range_lpf[4][2] = {
|
||||
{2050000000ULL, 3850000000ULL},
|
||||
{3350000000ULL, 7250000000ULL},
|
||||
{7000000000, 13000000000},
|
||||
{12550000000, 18500000000}
|
||||
{12550000000, 18850000000}
|
||||
};
|
||||
|
||||
static const struct regmap_config admv8818_regmap_config = {
|
||||
|
||||
Reference in New Issue
Block a user