Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87159?usp=email )
Change subject: mb/starlabs/starfighter: Tidy GPIO comments for the retimers ......................................................................
mb/starlabs/starfighter: Tidy GPIO comments for the retimers
This is a non-functional change, and only makes the GPIOs easier to read.
Change-Id: Ia724e342651e064ca095f9f3f1153d86f0a73a46 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/87159 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/starlabs/starfighter/variants/rpl/gpio.c 1 file changed, 7 insertions(+), 10 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 2491140..e1445fc 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c +++ b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c @@ -74,6 +74,13 @@ PAD_CFG_NF(GPP_C6, NONE, DEEP, NF1), /* SML Clock */ PAD_CFG_NF(GPP_C7, NONE, DEEP, NF1), /* SML Data */
+ /* Retimer */ + PAD_CFG_NF(GPP_E18, NONE, DEEP, NF2), /* TBT0 TXD */ + PAD_CFG_NF(GPP_E19, NONE, DEEP, NF2), /* TBT0 RXD */ + PAD_CFG_NF(GPP_E20, NONE, DEEP, NF4), /* TBT1 TXD */ + PAD_CFG_NF(GPP_E21, NONE, DEEP, NF4), /* TBT1 RXD */ + PAD_CFG_GPO(GPP_E4, 0, DEEP), /* Force Power */ + /* High-Definition Audio */ PAD_CFG_NF(GPP_R0, NATIVE, DEEP, NF1), /* Clock */ PAD_CFG_NF(GPP_R1, NATIVE, DEEP, NF1), /* Sync */ @@ -265,8 +272,6 @@ PAD_NC(GPP_E1, NONE), /* E2: Not Connected */ PAD_NC(GPP_E2, NONE), - /* E4: Retimer Force Power */ - PAD_CFG_GPO(GPP_E4, 0, DEEP), /* E5: Not Connected */ PAD_NC(GPP_E5, NONE), /* E6: JTAG ODT No internal PD @@ -291,14 +296,6 @@ PAD_NC(GPP_E16, NONE), /* E17: Not Connected */ 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_CFG_NF(GPP_E20, NONE, DEEP, NF4), - /* E21: TBT_LSX1_RXD */ - PAD_CFG_NF(GPP_E21, NONE, DEEP, NF4), /* E22: Not Connected */ PAD_NC(GPP_E22, NONE), /* E23: Not Connected */