mb/starlabs/starbook/mtl: Correct GPP_D21 configuration
This GPIO is used for clock request 5, which is NF2. Change-Id: Ic5712090339a39a269aa1aefca9f54da11cb6528 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86654 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b8a88f851e
commit
927f16085a
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_D20, NONE, DEEP, NF1),
|
||||
/* D21: CLKREQ5
|
||||
* WLAN */
|
||||
PAD_CFG_NF(GPP_D21, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_D21, NONE, DEEP, NF2),
|
||||
/* D22: */
|
||||
PAD_NC(GPP_D22, NONE),
|
||||
/* D23: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue