summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Wang <tyler.wang@quanta.corp-partner.google.com>2024-11-27 16:08:01 +0800
committerSubrata Banik <subratabanik@google.com>2024-11-28 09:10:38 +0000
commitf8e4cdd05815ce4f00fb353731314e29207b0af8 (patch)
treedb1b9392ccd75f54b300f8b1734cb1f56666e937
parent57346fadf56803f0163f2086f9e7f0b521aa42bc (diff)
mb/google/rex/var/kanix: Set GPP_V14 to NC
Follow schematic(ver.1122A), set GPP_V14 to NC. BUG=b:380218793, b:366291025 TEST=emerge-rex coreboot pass Change-Id: I91abc4e07836abb163c8bb28d54a711d2b25375d Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85352 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r--src/mainboard/google/rex/variants/kanix/gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/rex/variants/kanix/gpio.c b/src/mainboard/google/rex/variants/kanix/gpio.c
index d9a02f797b..401a0834ca 100644
--- a/src/mainboard/google/rex/variants/kanix/gpio.c
+++ b/src/mainboard/google/rex/variants/kanix/gpio.c
@@ -357,8 +357,8 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_V11, NONE),
/* GPP_V12 : [] ==> SOC_SLP_LAN_L */
PAD_CFG_NF(GPP_V12, NONE, DEEP, NF1),
- /* GPP_V14 : [] ==> SOC_WAKE_L */
- PAD_CFG_NF(GPP_V14, NONE, DEEP, NF1),
+ /* GPP_V14 : [] ==> SOC_GPP_V14, testpoint */
+ PAD_NC(GPP_V14, NONE),
/* GPP_V22 : NC net. */
PAD_NC(GPP_V22, NONE),
/* GPP_V23 : [] ==> UCAM_RST_L */