mb/starlabs/byte_adl: Correct MODEM_CLKREQ configuration
This GPIO is used as MODEM_CLKREQ, which is Native Function 1. Adjust the configuration accordingly. Change-Id: If9db29df2a0da71885556a75abcb1da1508a9308 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86136 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
8d0a9208f9
commit
64b8f2130c
1 changed files with 2 additions and 2 deletions
|
|
@ -298,8 +298,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_F3, UP_20K, DEEP, NF1),
|
||||
/* F4: CNV RF Reset */
|
||||
PAD_CFG_NF(GPP_F4, NONE, DEEP, NF1),
|
||||
/* F5: Not used MODEM_CLKREQ */
|
||||
PAD_CFG_NF(GPP_F5, NONE, DEEP, NF2),
|
||||
/* F5: MODEM_CLKREQ */
|
||||
PAD_CFG_NF(GPP_F5, NONE, DEEP, NF1),
|
||||
/* F6: CNV PA Blanking */
|
||||
PAD_NC(GPP_F6, NONE),
|
||||
/* F7: TBT LSX VCCIO Weak Internal PD 20K
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue