mb/starlabs/starlite_adl: Disconnect unused GPIO
GPP_F10 is not connected, so configure it accordingly. Change-Id: I5a8fb34837b1b3f2f066ccc260f0ab749d7782c0 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87121 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
28f1c5ad80
commit
a1bd790057
1 changed files with 1 additions and 2 deletions
|
|
@ -201,8 +201,7 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_F6, NONE),
|
||||
PAD_NC(GPP_F8, NONE),
|
||||
PAD_NC(GPP_F9, NONE),
|
||||
/* F10: Weak Internal PD 20K */
|
||||
PAD_CFG_GPO(GPP_F10, 0, DEEP),
|
||||
PAD_NC(GPP_F10, NONE),
|
||||
PAD_NC(GPP_F11, NONE),
|
||||
PAD_NC(GPP_F12, NONE),
|
||||
PAD_NC(GPP_F13, NONE),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue