Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wolfram Sang and committed by
Alexandre Belloni
f0ea5f6e 84454c4e

-1
-1
drivers/rtc/rtc-meson.c
··· 72 72 .val_bits = 32, 73 73 .reg_stride = 4, 74 74 .max_register = RTC_REG4, 75 - .fast_io = true, 76 75 }; 77 76 78 77 /* RTC front-end serialiser controls */