From c3d99c6cc8998d15ac85de04b8a1933dd15a9ad2 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 11 Oct 2024 12:17:44 +0100 Subject: [PATCH] mb/starlabs/starfighter: Enable TBT GPIOs These GPIOs are required for the two Thunderbolt ports to function correctly, enable them. Change-Id: Id3f42b28258424d713325b19e317583494111577 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84733 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- .../starlabs/starfighter/variants/rpl/gpio.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c index ed38e34782..604e1b482f 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c +++ b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c @@ -279,15 +279,15 @@ const struct pad_config gpio_table[] = { /* E16: Not Connected */ PAD_NC(GPP_E16, NONE), /* E17: Not Connected */ - PAD_CFG_GPO(GPP_E17, 1, PLTRST), - /* E18: Thunderbolt LSX TXD */ - PAD_NC(GPP_E18, NATIVE), - /* E19: Thunderbolt LSX RXD */ - PAD_NC(GPP_E19, NATIVE), + PAD_NC(GPP_E17, NONE), + /* E18: TBT_LSX0_TXD */ + PAD_CFG_NF(GPP_E18, NONE, DEEP, NF2), + /* E19: TBT_LSX0_RXD */ + PAD_CFG_NF(GPP_E19, NONE, DEEP, NF2), /* E20: TBT_LSX1_TXD */ - PAD_NC(GPP_E20, NONE), + PAD_CFG_NF(GPP_E20, NONE, DEEP, NF4), /* E21: TBT_LSX1_RXD */ - PAD_NC(GPP_E21, NONE), + PAD_CFG_NF(GPP_E21, NONE, DEEP, NF4), /* E22: Not Connected */ PAD_NC(GPP_E22, NONE), /* E23: Not Connected */