aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex/variants/screebo/gpio.c
diff options
context:
space:
mode:
authorZhongtian Wu <wuzhongtian@huaqin.corp-partner.google.com>2023-09-07 20:19:43 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-09-19 13:03:28 +0000
commita254cc6672c38cdb7f18294f3f11359d4b6e76d1 (patch)
tree89c6adbb79cce846b092369e225b9aed6b6cb4fe /src/mainboard/google/rex/variants/screebo/gpio.c
parentd6326978ca55c25b929d14bdc49fb2ee73538463 (diff)
mb/google/rex/var/screebo: Change GPP_C06 to NC
GPP_C06 is the report pin of the touchpanel and has no actual function. Disable this pin to solve the leakage problem. BUG=b:298529441 BRANCH=none TEST=Test success by EE. Change-Id: I13f25788c0258639da4e277e7a15454a08d1599b Signed-off-by: Zhongtian Wu <wuzhongtian@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77716 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rex/variants/screebo/gpio.c')
-rw-r--r--src/mainboard/google/rex/variants/screebo/gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/rex/variants/screebo/gpio.c b/src/mainboard/google/rex/variants/screebo/gpio.c
index 8ca890416c..314022ee0f 100644
--- a/src/mainboard/google/rex/variants/screebo/gpio.c
+++ b/src/mainboard/google/rex/variants/screebo/gpio.c
@@ -107,8 +107,8 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_C04, NONE),
/* GPP_C05 : [] ==> WWAN_PERST_L_STRAP */
PAD_NC(GPP_C05, NONE),
- /* GPP_C06 : [] ==> SOC_TCHSCR_RPT_EN */
- PAD_CFG_GPO(GPP_C06, 0, DEEP),
+ /* GPP_C06 : net NC. Test pad. */
+ PAD_NC(GPP_C06, NONE),
/* GPP_C07 : [] ==> SOC_TCHSCR_INT */
PAD_CFG_GPI_APIC(GPP_C07, NONE, PLTRST, LEVEL, NONE),
/* GPP_C08 : [] ==> SOCHOT_ODL */