Skip to content

Commit 4812456

Browse files
Wolfram Sangbroonie
authored andcommitted
spi: 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-20-wsa+renesas@sang-engineering.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 9c45f95 commit 4812456

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/spi/spi-altera-platform.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ static const struct regmap_config spi_altera_config = {
3030
.reg_bits = 32,
3131
.reg_stride = 4,
3232
.val_bits = 32,
33-
.fast_io = true,
3433
};
3534

3635
static int altera_spi_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)