]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
regulator: remove unneeded 'fast_io' parameter in regmap_config
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 13 Aug 2025 16:15:01 +0000 (18:15 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 13 Aug 2025 18:06:29 +0000 (19:06 +0100)
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>
drivers/regulator/qcom-refgen-regulator.c

index cfa72ce85bc898460a75a66dad37b88125b1f00e..299ac3c8c3bc3d59c2990c6edd927ae3290b4d64 100644 (file)
@@ -94,7 +94,6 @@ static const struct regmap_config qcom_refgen_regmap_config = {
        .reg_bits = 32,
        .reg_stride = 4,
        .val_bits = 32,
-       .fast_io = true,
 };
 
 static int qcom_refgen_probe(struct platform_device *pdev)