aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2025-08-13 16:14:52 +0000
committerDmitry Torokhov <[email protected]>2025-08-21 19:00:59 +0000
commitc07329a66cad285faff6c11aaa10eefe1abcfc47 (patch)
tree986ec5343631cbbc44627494529c494295f68625
parentInput: move input_bits_to_string() to input-compat.c (diff)
downloadkernel-c07329a66cad285faff6c11aaa10eefe1abcfc47.tar.gz
kernel-c07329a66cad285faff6c11aaa10eefe1abcfc47.zip
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r--drivers/input/touchscreen/fsl-imx25-tcq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/fsl-imx25-tcq.c b/drivers/input/touchscreen/fsl-imx25-tcq.c
index a32708652d10..ff270b3b8572 100644
--- a/drivers/input/touchscreen/fsl-imx25-tcq.c
+++ b/drivers/input/touchscreen/fsl-imx25-tcq.c
@@ -39,7 +39,6 @@ struct mx25_tcq_priv {
};
static const struct regmap_config mx25_tcq_regconfig = {
- .fast_io = true,
.max_register = 0x5c,
.reg_bits = 32,
.val_bits = 32,