diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-08-13 18:14:57 +0200 |
|---|---|---|
| committer | Iwona Winiarska <iwona.winiarska@intel.com> | 2025-08-28 22:43:23 +0200 |
| commit | e27f158cf1e98d9a541282ef4b36dfa4427bf361 (patch) | |
| tree | c5c1e9c613a281964f9427750ab86d1dd5ca09a5 | |
| parent | 1b237f190eb3d36f52dffe07a40b5eb210280e00 (diff) | |
peci: 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: Paul Menzel <pmenzel@molgen.mpg.de>
Link: https://lore.kernel.org/r/20250813161517.4746-12-wsa+renesas@sang-engineering.com
Signed-off-by: Iwona Winiarska <iwona.winiarska@intel.com>
| -rw-r--r-- | drivers/peci/controller/peci-npcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/peci/controller/peci-npcm.c b/drivers/peci/controller/peci-npcm.c index c77591ca583d..931868991241 100644 --- a/drivers/peci/controller/peci-npcm.c +++ b/drivers/peci/controller/peci-npcm.c @@ -221,7 +221,6 @@ static const struct regmap_config npcm_peci_regmap_config = { .reg_bits = 8, .val_bits = 8, .max_register = NPCM_PECI_MAX_REG, - .fast_io = true, }; static const struct peci_controller_ops npcm_ops = { |
