]> www.infradead.org Git - users/hch/misc.git/commitdiff
rtc: remove unneeded 'fast_io' parameter in regmap_config
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 13 Aug 2025 16:15:03 +0000 (18:15 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 16 Sep 2025 15:38:21 +0000 (17:38 +0200)
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>
drivers/rtc/rtc-meson.c

index 47e9ebf58ffc2f2b6c65932f8ec3773a213a62ef..21eceb9e2e134e7096a454f2fd2301a40d5f7854 100644 (file)
@@ -72,7 +72,6 @@ static const struct regmap_config meson_rtc_peripheral_regmap_config = {
        .val_bits       = 32,
        .reg_stride     = 4,
        .max_register   = RTC_REG4,
-       .fast_io        = true,
 };
 
 /* RTC front-end serialiser controls */