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>
This commit is contained in:
Eran Mitrani 2023-05-08 11:56:13 -07:00 committed by Felix Held
parent 6a07db21b1
commit 24ca5ef618
1 changed files with 1 additions and 1 deletions

View File

@ -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),