mb/starlabs/starbook/tgl: Tidy GPIO comments for SATA
This is a non-functional change, and only makes the GPIOs easier to read. Change-Id: Iee7121aef28618c0877c97cf454dc1a279758c21 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87173 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
2df3218da8
commit
95512e1fb2
1 changed files with 3 additions and 2 deletions
|
|
@ -44,6 +44,9 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_GPO(GPP_A11, 1, PLTRST), /* Reset */
|
||||
PAD_CFG_GPO(GPP_D16, 1, DEEP), /* Enable */
|
||||
|
||||
/* SATA */
|
||||
PAD_CFG_NF(GPP_A12, UP_20K, DEEP, NF1), /* PEDET */
|
||||
|
||||
/* Wireless */
|
||||
PAD_CFG_NF(GPP_F0, NONE, DEEP, NF1), /* BRI Data */
|
||||
PAD_CFG_NF(GPP_F1, NONE, DEEP, NF1), /* BRI Response */
|
||||
|
|
@ -104,8 +107,6 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_A7, NONE),
|
||||
/* A10: WLAN_PCM_IN */
|
||||
PAD_NC(GPP_A10, NONE),
|
||||
/* A12: SATAGP_1 */
|
||||
PAD_CFG_NF(GPP_A12, UP_20K, DEEP, NF1),
|
||||
/* A13: Not Connected */
|
||||
PAD_NC(GPP_A13, NONE),
|
||||
/* A14: Not Connected */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue