mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
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>
This commit is contained in:
parent
1b237f190e
commit
e27f158cf1
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user