Skip to content

Commit f0ea5f6

Browse files
Wolfram Sangalexandrebelloni
authored andcommitted
rtc: 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> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250813161517.4746-18-wsa+renesas@sang-engineering.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 84454c4 commit f0ea5f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-meson.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ static const struct regmap_config meson_rtc_peripheral_regmap_config = {
7272
.val_bits = 32,
7373
.reg_stride = 4,
7474
.max_register = RTC_REG4,
75-
.fast_io = true,
7675
};
7776

7877
/* RTC front-end serialiser controls */

0 commit comments

Comments
 (0)