summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rex/variants/rex0/gpio.c
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-12-14 14:52:31 +0530
committerSubrata Banik <subratabanik@google.com>2022-12-15 18:07:45 +0000
commitbc6a305f82b65772180ba46257292ff0e3749b4f (patch)
tree087957bcc52ea0cf7160ed6122a533d8a7b26ae4 /src/mainboard/google/rex/variants/rex0/gpio.c
parent4c9440c673a7343ed98c6a4902d718abc7ac5ab7 (diff)
downloadcoreboot-bc6a305f82b65772180ba46257292ff0e3749b4f.tar.gz
coreboot-bc6a305f82b65772180ba46257292ff0e3749b4f.tar.bz2
coreboot-bc6a305f82b65772180ba46257292ff0e3749b4f.zip
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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70747 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/mainboard/google/rex/variants/rex0/gpio.c')
-rw-r--r--src/mainboard/google/rex/variants/rex0/gpio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c
index 5ead7ef8e071..a0869af87d82 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),