Message ID | 20250316135008.155304-2-sam.winchenbach@framepointer.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v7,1/6] dt-bindings: iio: filter: Add lpf/hpf freq margins | expand |
diff --git a/drivers/iio/filter/admv8818.c b/drivers/iio/filter/admv8818.c index d85b7d3de866..3d8740caa145 100644 --- a/drivers/iio/filter/admv8818.c +++ b/drivers/iio/filter/admv8818.c @@ -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 = {