summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/alderlake/bootblock/pch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/bootblock/pch.c b/src/soc/intel/alderlake/bootblock/pch.c
index 9041052bbb..01153489c7 100644
--- a/src/soc/intel/alderlake/bootblock/pch.c
+++ b/src/soc/intel/alderlake/bootblock/pch.c
@@ -98,8 +98,7 @@ static void soc_config_acpibase(void)
void pch_early_iorange_init(void)
{
- uint16_t io_enables = LPC_IOE_COMA_EN | LPC_IOE_COMB_EN |
- LPC_IOE_LPT_EN | LPC_IOE_FDD_EN |
+ uint16_t io_enables = LPC_IOE_LPT_EN | LPC_IOE_FDD_EN |
LPC_IOE_LGE_200 | LPC_IOE_HGE_208 |
LPC_IOE_KBC_60_64 | LPC_IOE_EC_62_66 |
LPC_IOE_SUPERIO_2E_2F | LPC_IOE_EC_4E_4F;