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:
Sean Rhodes 2025-04-02 14:38:15 +01:00
commit a1bd790057

View file

@ -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),