Skip to content

Commit 3753393

Browse files
Wolfram Sangbroonie
authored andcommitted
regulator: 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-16-wsa+renesas@sang-engineering.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 714165e commit 3753393

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/regulator/qcom-refgen-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ static const struct regmap_config qcom_refgen_regmap_config = {
9494
.reg_bits = 32,
9595
.reg_stride = 4,
9696
.val_bits = 32,
97-
.fast_io = true,
9897
};
9998

10099
static int qcom_refgen_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)