mb/starlabs/starbook/mtl: Disconnect unused GPIOs
GPP_C03 and GPP_C04 are not used for the StarBook, so disconnect them. Change-Id: I5e2c3da1198f064800f6f897583e507b6ae8a656 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86897 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f6220f72cf
commit
cba1aeae71
1 changed files with 2 additions and 2 deletions
|
|
@ -88,9 +88,9 @@ const struct pad_config gpio_table[] = {
|
|||
* WEAK INTERNAL PD 20K */
|
||||
PAD_CFG_GPO(GPP_C02, 1, DEEP),
|
||||
/* C03: SML0_CLK */
|
||||
PAD_CFG_NF(GPP_C03, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_C03, NONE),
|
||||
/* C04: SML0_DATA */
|
||||
PAD_CFG_NF(GPP_C04, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_C04, NONE),
|
||||
/* C05: ESPI
|
||||
* HIGH: ENABLED
|
||||
* LOW: DISABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue