mb/starlabs/starlite_adl: Disconnect WiFi Sleep GPIO

The schematic shows that this GPIO is not connected, so
set it as not connected.

Change-Id: Ia62b76055f839c48fc112ca46d8654db5b331cd9
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86236
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-01-30 16:54:58 +00:00
commit 8a614cf293

View file

@ -37,7 +37,7 @@ const struct pad_config gpio_table[] = {
/* GPD8: Suspend Clock */
PAD_CFG_NF(GPD8, NONE, DEEP, NF1),
/* GPD9: Wireless LAN Sleep */
PAD_CFG_NF(GPD9, NONE, DEEP, NF1),
PAD_NC(GPD9, NONE),
/* GPD10: Sleep S5 */
PAD_NC(GPD10, NONE),
/* GPD11: LAN PHY Enable */