aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2025-08-13 18:14:51 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2025-08-16 13:33:49 +0100
commit2c748d2783a0ce7259901dee17b83a273fc54d4a (patch)
tree56e7c3daae6de1a4ff9775edbe03513efb956b7b /drivers/iio/adc
parentMAINTAINERS: A driver for simple 1-channel SPI ADCs (diff)
downloadlinux-2c748d2783a0ce7259901dee17b83a273fc54d4a.tar.gz
linux-2c748d2783a0ce7259901dee17b83a273fc54d4a.zip
iio: remove unneeded 'fast_io' parameter in regmap_config
When using MMIO with regmap, fast_io is implied. No need to set it again. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://patch.msgid.link/20250813161517.4746-6-wsa+renesas@sang-engineering.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc')
-rw-r--r--drivers/iio/adc/sun4i-gpadc-iio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/sun4i-gpadc-iio.c b/drivers/iio/adc/sun4i-gpadc-iio.c
index 6b8d6bee1873..e4bc2e199a07 100644
--- a/drivers/iio/adc/sun4i-gpadc-iio.c
+++ b/drivers/iio/adc/sun4i-gpadc-iio.c
@@ -154,7 +154,6 @@ static const struct regmap_config sun4i_gpadc_regmap_config = {
.reg_bits = 32,
.val_bits = 32,
.reg_stride = 4,
- .fast_io = true,
};
static int sun4i_prepare_for_irq(struct iio_dev *indio_dev, int channel,