Revert "mb/starlabs/byte_adl: Correct MODEM_CLKREQ configuration"
This reverts commit 64b8f2130c.
MODEM_CLKREQ is NF2.
Change-Id: I3da0d9873535e9287494f32563bc42ca4d4f9579
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86222
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
eedd915831
commit
85bca015cf
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: MODEM_CLKREQ */
|
||||
PAD_CFG_NF(GPP_F5, NONE, DEEP, NF1),
|
||||
/* F5: Not used MODEM_CLKREQ */
|
||||
PAD_CFG_NF(GPP_F5, NONE, DEEP, NF2),
|
||||
/* 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