mb/starlabs/starbook/adl_n: Disconnect GPP_F10
This GPIO is not connected so configure it accordingly. Change-Id: Ie85d69e0a2a423261038688c176b32abe7bd8134 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87081 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
d27e7d7233
commit
87395f6d55
1 changed files with 2 additions and 2 deletions
|
|
@ -289,8 +289,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_F8, NONE),
|
||||
/* F9: */
|
||||
PAD_NC(GPP_F9, NONE),
|
||||
/* F10: Weak Internal PD 20K */
|
||||
PAD_CFG_GPO(GPP_F10, 0, DEEP),
|
||||
/* F10: Not Connected */
|
||||
PAD_NC(GPP_F10, NONE),
|
||||
/* F11: TPM ID */
|
||||
PAD_NC(GPP_F11, NONE),
|
||||
/* F12: Not Connected */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue