mb/starlabs/starbook/mtl: Disconnect CNVi GPIOs
This board does not use CNVi, so disconnect the unused GPIOs. Change-Id: I93457ed65e11c9f6f3bff052bb0d82a0389b67c9 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86267 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
55f92fdfda
commit
1b652f3179
1 changed files with 6 additions and 6 deletions
|
|
@ -306,17 +306,17 @@ const struct pad_config gpio_table[] = {
|
|||
* End: GPP_F23
|
||||
*/
|
||||
/* F00: CNV_BRI_DT */
|
||||
PAD_CFG_NF(GPP_F00, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_F00, NONE),
|
||||
/* F01: CNV_BRI_RSP */
|
||||
PAD_CFG_NF(GPP_F01, UP_20K, DEEP, NF1),
|
||||
PAD_NC(GPP_F01, NONE),
|
||||
/* F02: CNV_RGI_DT */
|
||||
PAD_CFG_NF(GPP_F02, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_F02, NONE),
|
||||
/* F03: CNV_RGI_RSP */
|
||||
PAD_CFG_NF(GPP_F03, UP_20K, DEEP, NF1),
|
||||
PAD_NC(GPP_F03, NONE),
|
||||
/* F04: CNVI_RF_RESET_N */
|
||||
PAD_CFG_NF(GPP_F00, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_F00, NONE),
|
||||
/* F05: MODEM_CLKREQ */
|
||||
PAD_CFG_NF(GPP_F00, NONE, DEEP, NF3),
|
||||
PAD_NC(GPP_F00, NONE),
|
||||
/* F06: */
|
||||
PAD_NC(GPP_F06, NONE),
|
||||
/* F07: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue