diff options
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), |