mb/google/fatcat/var/francka: Fix early pad configuration for TPM
Modify early pad configuration TPM bus from I2C3 to I2C1. Francka TPM bus is I2C1. BUG=b:377819511 TEST=emerge-fatcat coreboot Change-Id: Id08575d28f6f3bced74c0b301756fc8239cfd190 Signed-off-by: Ian Feng <ian_feng@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85736 Reviewed-by: Pranava Y N <pranavayn@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
6ca2c3c415
commit
f316ab6796
1 changed files with 5 additions and 5 deletions
|
|
@ -406,11 +406,11 @@ static const struct pad_config early_gpio_table[] = {
|
|||
/* GPP_H09: UART_0_CTXD_DRXD */
|
||||
PAD_CFG_NF(GPP_H09, NONE, DEEP, NF1),
|
||||
|
||||
/* GPP_H06: SOC_I2C_3_SDA */
|
||||
PAD_CFG_NF(GPP_H06, NONE, DEEP, NF1),
|
||||
/* GPP_H07: SOC_I2C_3_SCL */
|
||||
PAD_CFG_NF(GPP_H07, NONE, DEEP, NF1),
|
||||
/* GPP_D15: GSC_SOC_INT_ODL */
|
||||
/* GPP_H21: SOC_I2C_1_SDA */
|
||||
PAD_CFG_NF(GPP_H21, NONE, DEEP, NF1),
|
||||
/* GPP_H22: SOC_I2C_1_SCL */
|
||||
PAD_CFG_NF(GPP_H22, NONE, DEEP, NF1),
|
||||
/* GPP_H11: GSC_SOC_INT_ODL */
|
||||
PAD_CFG_GPI_APIC_LOCK(GPP_H11, NONE, LEVEL, INVERT, LOCK_CONFIG),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue