Skip to content

Commit 60d7416

Browse files
Wolfram SangJassi Brar
authored andcommitted
mailbox: 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> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent 426f4e9 commit 60d7416

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mailbox/qcom-apcs-ipc-mailbox.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ static const struct regmap_config apcs_regmap_config = {
5858
.reg_stride = 4,
5959
.val_bits = 32,
6060
.max_register = 0x1008,
61-
.fast_io = true,
6261
};
6362

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

0 commit comments

Comments
 (0)