[PATCH 10/21] mmc: remove unneeded 'fast_io' parameter in regmap_config

From: Wolfram Sang
Date: Wed Aug 13 2025 - 12:27:21 EST


When using MMIO with regmap, fast_io is implied. No need to set it
again.

Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
---
No dependencies, can be applied directly to the subsystem tree. Buildbot is
happy, too.

drivers/mmc/host/sdhci_am654.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci_am654.c b/drivers/mmc/host/sdhci_am654.c
index e4fc345be7e5..8a099508b939 100644
--- a/drivers/mmc/host/sdhci_am654.c
+++ b/drivers/mmc/host/sdhci_am654.c
@@ -95,7 +95,6 @@ static const struct regmap_config sdhci_am654_regmap_config = {
.reg_bits = 32,
.val_bits = 32,
.reg_stride = 4,
- .fast_io = true,
};

struct timing_data {
--
2.47.2