mb/starlabs/starbook/tgl: Move PROCHOT GPIO to PCH group
Change-Id: I3fb4421698df9ca3e9a6067d9054ef10ec103f25 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87168 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
56575d4113
commit
c42e645d99
1 changed files with 1 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1), /* Platform Reset */
|
||||
PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1), /* Vendor ID 0 */
|
||||
PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* Vendor ID 1 */
|
||||
PAD_NC(GPP_B2, NONE), /* Processor Hot */
|
||||
|
||||
/* TPM */
|
||||
PAD_CFG_GPI_APIC_LOW(GPP_C14, NONE, PLTRST), /* Interrupt */
|
||||
|
|
@ -119,8 +120,6 @@ const struct pad_config gpio_table[] = {
|
|||
/* A22: Not Connected */
|
||||
PAD_NC(GPP_A22, NONE),
|
||||
|
||||
/* B2: VRALERT_N */
|
||||
PAD_NC(GPP_B2, NONE),
|
||||
/* B3: Not Connected */
|
||||
PAD_NC(GPP_B3, NONE),
|
||||
/* B4: Not Connected */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue