diff --git a/drivers/clock_control/clock_control_npcx.c b/drivers/clock_control/clock_control_npcx.c index 34dd0fb0e8c..047676d53d7 100644 --- a/drivers/clock_control/clock_control_npcx.c +++ b/drivers/clock_control/clock_control_npcx.c @@ -222,7 +222,7 @@ static int npcx_clock_control_init(const struct device *dev) NPCX_PWDWN_CTL(pmc_base, NPCX_PWDWN_CTL5) = 0xFA; #if CONFIG_ESPI /* Don't gate the clock of the eSPI module if eSPI interface is required */ - NPCX_PWDWN_CTL(pmc_base, NPCX_PWDWN_CTL6) = 0xEF; + NPCX_PWDWN_CTL(pmc_base, NPCX_PWDWN_CTL6) = 0x7F; #else NPCX_PWDWN_CTL(pmc_base, NPCX_PWDWN_CTL6) = 0xFF; #endif