diff options
author | Eran Mitrani <mitrani@google.com> | 2023-05-08 11:56:13 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-05-17 11:26:20 +0000 |
commit | 24ca5ef6181ab75847cf443bef6b90158b698dc4 (patch) | |
tree | aa22703224227fc4e1d28a40625f476fd7d9ced0 /src/mainboard | |
parent | 6a07db21b12b08c7b975921f2ee1196dd0ec92b3 (diff) |
mb/google/brya/variants/hades: Set up internal pull-up for GPIOs
BUG=b:280843816
TEST=builds
Signed-off-by: Eran Mitrani <mitrani@google.com>
Change-Id: I55a85335a34eee227abb6ff355719f7ca2cbf04a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75035
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/hades/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/hades/gpio.c b/src/mainboard/google/brya/variants/hades/gpio.c index d0a7cc2162..1c210e82a1 100644 --- a/src/mainboard/google/brya/variants/hades/gpio.c +++ b/src/mainboard/google/brya/variants/hades/gpio.c @@ -49,7 +49,7 @@ static const struct pad_config gpio_table[] = { /* GPP_A22 : [] ==> NC */ PAD_NC(GPP_A22, NONE), /* GPP_A23 : [] ==> HP_INT_L */ - PAD_CFG_GPI_INT(GPP_A23, NONE, PLTRST, EDGE_BOTH), + PAD_CFG_GPI_INT(GPP_A23, UP_20K, PLTRST, EDGE_BOTH), /* GPP_B0 : [] ==> SOC_VID0 */ PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1), |