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 <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84733
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2024-10-11 12:17:44 +01:00
commit c3d99c6cc8

View file

@ -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 */