mb/starlabs/starbook/mtl: Correct GPIO references
The table included 3 entries for GPP_F00, so adjust them to the correct pads. Change-Id: Ic8d3a2e742f01231d1a4b777879da0b310085efe Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86894 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
35933e40be
commit
fb52bc8b50
1 changed files with 2 additions and 2 deletions
|
|
@ -310,9 +310,9 @@ const struct pad_config gpio_table[] = {
|
|||
/* F03: CNV_RGI_RSP */
|
||||
PAD_NC(GPP_F03, NONE),
|
||||
/* F04: CNVI_RF_RESET_N */
|
||||
PAD_NC(GPP_F00, NONE),
|
||||
PAD_NC(GPP_F04, NONE),
|
||||
/* F05: MODEM_CLKREQ */
|
||||
PAD_NC(GPP_F00, NONE),
|
||||
PAD_NC(GPP_F05, NONE),
|
||||
/* F06: */
|
||||
PAD_NC(GPP_F06, NONE),
|
||||
/* F07: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue