diff options
-rw-r--r-- | src/mainboard/siemens/mc_ehl/variants/mc_ehl2/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/gpio.c b/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/gpio.c index 72994bbde8..20a89c64d1 100644 --- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/gpio.c +++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/gpio.c @@ -72,8 +72,7 @@ static const struct pad_config gpio_table[] = { /* Community 2 - GpioGroup DSW */ PAD_CFG_NF(GPD1, NONE, PLTRST, NF1), /* ACPRESENT */ PAD_NC(GPD9, NONE), /* Not connected */ - /* ONBOARD_X4_PCIE_SLOT1_RESET_N */ - PAD_CFG_GPO(GPD11, 1, PLTRST), + PAD_NC(GPD11, NONE), /* Not connected */ /* Community 3 - GpioGroup GPP_S */ PAD_NC(GPP_S0, NONE), /* Not connected */ @@ -110,6 +109,7 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_C4, NONE, DEEP, NF1), /* PSE_GBE0_MDIO */ PAD_CFG_NF(GPP_C6, NONE, DEEP, NF1), /* PSE_GBE1_MDC */ PAD_CFG_NF(GPP_C7, NONE, DEEP, NF1), /* PSE_GBE1_MDIO */ + PAD_NC(GPP_C8, NONE), /* Not connected */ PAD_CFG_NF(GPP_C12, NONE, DEEP, NF4), /* SIO_UART1_RXD */ PAD_CFG_NF(GPP_C13, NONE, DEEP, NF4), /* SIO_UART1_TXD */ PAD_CFG_NF(GPP_C16, NONE, DEEP, NF1), /* GBE_MDIO */ |