diff --git a/src/mainboard/google/fatcat/variants/fatcat/fw_config.c b/src/mainboard/google/fatcat/variants/fatcat/fw_config.c index fe239938a9..b061f7cb9c 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/fw_config.c +++ b/src/mainboard/google/fatcat/variants/fatcat/fw_config.c @@ -459,6 +459,8 @@ static const struct pad_config ish_disable_pads[] = { PAD_NC(GPP_D06, NONE), /* GPP_E05: NC */ PAD_NC(GPP_E05, NONE), + /* GPP_F23: NC */ + PAD_NC(GPP_F23, NONE), }; static const struct pad_config ish_enable_pads[] = { @@ -468,6 +470,8 @@ static const struct pad_config ish_enable_pads[] = { PAD_CFG_NF(GPP_D06, NONE, DEEP, NF2), /* GPP_E05: ISH_GP_7_SNSR_HDR */ PAD_CFG_NF(GPP_E05, NONE, DEEP, NF4), + /* GPP_F23: ISH_GP_9A */ + PAD_CFG_NF(GPP_F23, NONE, DEEP, NF8), }; void fw_config_configure_pre_mem_gpio(void) diff --git a/src/mainboard/google/fatcat/variants/fatcat/gpio.c b/src/mainboard/google/fatcat/variants/fatcat/gpio.c index 5705179d30..47a5c3a14f 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/gpio.c +++ b/src/mainboard/google/fatcat/variants/fatcat/gpio.c @@ -293,8 +293,6 @@ static const struct pad_config gpio_table[] = { PAD_CFG_GPO(GPP_F20, 0, PLTRST), /* GPP_F22: THC1_SPI2_DSYNC */ PAD_CFG_NF(GPP_F22, NONE, DEEP, NF3), - /* GPP_F23: SMC_LID */ - PAD_CFG_GPI_SCI_LOW(GPP_F23, NONE, DEEP, LEVEL), /* GPP_H00: Not used */ PAD_NC(GPP_H00, NONE),