From bc6a305f82b65772180ba46257292ff0e3749b4f Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 14 Dec 2022 14:52:31 +0530 Subject: mb/google/rex: Modify the PIN name as per schematics This patch updates the GPIO PIN name as per Proto 1 schematics dated 12/14/2022. TEST=Not code change, just updated the comment section. Change-Id: Ic076ab35689fd2afb7c18eff065a90b9464a6b1d Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/70747 Tested-by: build bot (Jenkins) Reviewed-by: Ivy Jian Reviewed-by: Eric Lai Reviewed-by: Kapil Porwal --- src/mainboard/google/rex/variants/rex0/gpio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index 5ead7ef8e0..a0869af87d 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -98,7 +98,7 @@ static const struct pad_config gpio_table[] = { PAD_CFG_GPO(GPP_C00, 0, DEEP), /* GPP_C01 : [] ==> USI_RST_L */ PAD_CFG_GPO(GPP_C01, 0, DEEP), - /* GPP_C02 : GPP_C02_STRAP ==> Component NC */ + /* GPP_C02 : SOC_TCHSCR_SPI_INT_STRAP ==> Component NC */ PAD_NC(GPP_C02, NONE), /* GPP_C03 : [] ==> EN_WCAM_SENR_PWR */ PAD_CFG_GPO_LOCK(GPP_C03, 0, LOCK_CONFIG), @@ -106,7 +106,7 @@ static const struct pad_config gpio_table[] = { PAD_CFG_GPO_LOCK(GPP_C04, 0, LOCK_CONFIG), /* GPP_C05 : [] ==> WWAN_PERST_L_STRAP */ PAD_CFG_GPO(GPP_C05, 1, PLTRST), - /* GPP_C06 : [] ==> USI_REPORT_EN */ + /* GPP_C06 : [] ==> SOC_TCHSCR_RPT_EN */ /* * FIXME: Remove this code after resolving b/247029304. * @@ -121,7 +121,7 @@ static const struct pad_config gpio_table[] = { * `Report EN enabled (ramstage) -> POWER enabled (ACPI) -> RESET deasserted (ACPI)` */ PAD_CFG_GPO(GPP_C06, 1, DEEP), - /* GPP_C07 : [] ==> USI_INT */ + /* GPP_C07 : [] ==> SOC_TCHSCR_INT */ PAD_CFG_GPI_APIC(GPP_C07, NONE, PLTRST, LEVEL, NONE), /* GPP_C08 : [] ==> SOCHOT_ODL */ PAD_CFG_NF(GPP_C08, NONE, DEEP, NF2), -- cgit v1.2.3