Mario Scheithauer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74201 )
Change subject: mb/siemens/mc_ehl2: Fix GPIO settings ......................................................................
mb/siemens/mc_ehl2: Fix GPIO settings
With the latest hardware revision, the two GPIOs GPD11 and GPP_C8 are no longer used.
BUG=none TEST=Checked output verbose GPIO debug messages
Change-Id: Ia06f93aee4eccb0e4230f0c3ef53922d42701f21 Signed-off-by: Mario Scheithauer mario.scheithauer@siemens.com --- M src/mainboard/siemens/mc_ehl/variants/mc_ehl2/gpio.c 1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/74201/1
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 72994bb..20a89c6 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 @@ /* 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 @@ 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 */