mb/starlabs/starlite_adl: Disconnect PEDET GPIO
This GPIO is only used for SATA SSDs so set it as not connected. Change-Id: I42c0ec36eee81a849f744a2d03862797f2463921 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86235 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
8a614cf293
commit
dbd4206da4
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ const struct pad_config gpio_table[] = {
|
|||
/* A10: ESPI Reset */
|
||||
/* A11: Webcam Camera Reset */
|
||||
PAD_NC(GPP_A11, NONE),
|
||||
/* A12: PCH M.2 SSD PEDET */
|
||||
PAD_CFG_NF(GPP_A12, NONE, DEEP, NF1),
|
||||
/* A12: Not Connected */
|
||||
PAD_NC(GPP_A12, NONE),
|
||||
/* A13: BlueTooth RF Kill */
|
||||
PAD_CFG_GPO_GPIO_DRIVER(GPP_A13, 1, DEEP, NONE),
|
||||
/* A14: Camera Power Enable */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue