mb/starlabs/byte_adl: Disconnect WLAN Sleep GPIO
This GPIO is not connected, so configure it accordingly. Change-Id: I4b3421f1ab676599ffec6b2f46429ce937704e40 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86564 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4dd07e0355
commit
9e6a52fb50
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue