aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmanda Huang <amanda_hwang@compal.corp-partner.google.com>2024-06-20 16:50:41 +0800
committerEric Lai <ericllai@google.com>2024-06-24 03:08:42 +0000
commitad3472a93c5bdcc63196344c5631ec9b1feac246 (patch)
tree39d05d71e4a1cddb388fe0a80e72b5470ef3045e /src
parentc0ba18140355a970d0098bea128605aff6314d83 (diff)
mb/google/trulo/var/orisa: Configure SEN_MODE_EC_PCH_INT_ODL as input
Configure GPP_R2 as input, no pull according to schematic_20240614. BUG=b:333486830 BRANCH=firmware-nissa-15217.B TEST=emerge-nissa coreboot Change-Id: Ic678b77e5489f56d8ff92b265a6ca5852c0f7e8d Signed-off-by: Amanda Huang <amanda_hwang@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83142 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/brya/variants/orisa/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/orisa/gpio.c b/src/mainboard/google/brya/variants/orisa/gpio.c
index f8d021a900..49fc02558e 100644
--- a/src/mainboard/google/brya/variants/orisa/gpio.c
+++ b/src/mainboard/google/brya/variants/orisa/gpio.c
@@ -122,7 +122,7 @@ static const struct pad_config gpio_table[] = {
/* D1 : ISH_GP1 ==> SOC_GSEN2_INT# */
PAD_CFG_NF_LOCK(GPP_D1, NONE, NF1, LOCK_CONFIG),
/* D2 : ISH_GP2 ==> SEN_MODE_EC_PCH_INT_ODL */
- PAD_CFG_NF_LOCK(GPP_D2, NONE, NF1, LOCK_CONFIG),
+ PAD_CFG_GPI_LOCK(GPP_D2, NONE, LOCK_CONFIG),
/* D3 : NC */
PAD_NC_LOCK(GPP_D3, NONE, LOCK_CONFIG),
/* D4 : NC */