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

Configure Feed

Select the types of activity you want to include in your feed.

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: f34fe888ad05 ("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>

authored by

Sam Winchenbach and committed by
Jonathan Cameron
ef0ce24f 485eefd7

+1 -1
+1 -1
drivers/iio/filter/admv8818.c
··· 103 103 {2050000000ULL, 3850000000ULL}, 104 104 {3350000000ULL, 7250000000ULL}, 105 105 {7000000000, 13000000000}, 106 - {12550000000, 18500000000} 106 + {12550000000, 18850000000} 107 107 }; 108 108 109 109 static const struct regmap_config admv8818_regmap_config = {