mb/starlabs/starbook/adl_n: Tidy GPIO comments for the TPM
This is a non-functional change, and only makes the GPIOs easier to read. Change-Id: I147d0b9770c6a1d10b4e8996591508a42805a18c Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87078 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
bd07bb450a
commit
b2e8327480
1 changed files with 3 additions and 2 deletions
|
|
@ -71,6 +71,9 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* Vendor ID 1 */
|
||||
PAD_CFG_GPI_SCI(GPP_B2, NONE, PLTRST, EDGE_SINGLE, INVERT), /* Processor Hot */
|
||||
|
||||
/* TPM */
|
||||
PAD_CFG_GPI_APIC_LOW(GPP_E11, NONE, PLTRST), /* Interrupt */
|
||||
|
||||
PAD_NC(GPD2, NONE),
|
||||
PAD_NC(GPD6, NONE),
|
||||
/* GPD7: Power Adapter Disable */
|
||||
|
|
@ -264,8 +267,6 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_E9, NONE),
|
||||
/* E10: PWD Amplifier Input */
|
||||
PAD_NC(GPP_E10, NONE),
|
||||
/* E11: TPM IRQ */
|
||||
PAD_CFG_GPI_APIC_LOW(GPP_E11, NONE, PLTRST),
|
||||
/* E13: Not connected */
|
||||
PAD_NC(GPP_E13, NONE),
|
||||
/* E15: Not Connected */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue