Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84733?usp=email )
Change subject: mb/starlabs/starfighter: Enable TBT GPIOs ......................................................................
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 --- M src/mainboard/starlabs/starfighter/variants/rpl/gpio.c 1 file changed, 7 insertions(+), 7 deletions(-)
Approvals: Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c index ed38e34..604e1b4 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c +++ b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c @@ -279,15 +279,15 @@ /* 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 */