Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85736?usp=email )
Change subject: mb/google/fatcat/var/francka: Fix early pad configuration for TPM ......................................................................
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 --- M src/mainboard/google/fatcat/variants/francka/gpio.c 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: Pranava Y N: Looks good to me, approved build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved
diff --git a/src/mainboard/google/fatcat/variants/francka/gpio.c b/src/mainboard/google/fatcat/variants/francka/gpio.c index 07d99b7..a5d5ad9 100644 --- a/src/mainboard/google/fatcat/variants/francka/gpio.c +++ b/src/mainboard/google/fatcat/variants/francka/gpio.c @@ -406,11 +406,11 @@ /* 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), };