summaryrefslogtreecommitdiff
path: root/drivers/peci/controller/peci-npcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/peci/controller/peci-npcm.c')
-rw-r--r--drivers/peci/controller/peci-npcm.c1
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 = {