[PATCH 07/21] mailbox: remove unneeded 'fast_io' parameter in regmap_config

From: Wolfram Sang
Date: Wed Aug 13 2025 - 12:22:54 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/mailbox/qcom-apcs-ipc-mailbox.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
index 8b24ec0fa191..d3a8f6b4a03b 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -58,7 +58,6 @@ static const struct regmap_config apcs_regmap_config = {
.reg_stride = 4,
.val_bits = 32,
.max_register = 0x1008,
- .fast_io = true,
};

static int qcom_apcs_ipc_send_data(struct mbox_chan *chan, void *data)
--
2.47.2