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

Input: 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>
Link: https://lore.kernel.org/r/20250813161517.4746-7-wsa+renesas@sang-engineering.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Wolfram Sang and committed by
Dmitry Torokhov
c07329a6 2ec25d34

-1
-1
drivers/input/touchscreen/fsl-imx25-tcq.c
··· 39 39 }; 40 40 41 41 static const struct regmap_config mx25_tcq_regconfig = { 42 - .fast_io = true, 43 42 .max_register = 0x5c, 44 43 .reg_bits = 32, 45 44 .val_bits = 32,