summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/rex/variants/karis/gpio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/variants/karis/gpio.c b/src/mainboard/google/rex/variants/karis/gpio.c
index 8c0f9293dd..6bd23ca67b 100644
--- a/src/mainboard/google/rex/variants/karis/gpio.c
+++ b/src/mainboard/google/rex/variants/karis/gpio.c
@@ -403,6 +403,8 @@ static const struct pad_config early_gpio_table[] = {
/* GPP_C00 : [] ==> EN_TCHSCR_PWR */
PAD_CFG_GPO(GPP_C00, 1, DEEP),
+ /* GPP_C01 : [] ==> SOC_TCHSCR_RST_R_L */
+ PAD_CFG_GPO(GPP_C01, 0, DEEP),
};
static const struct pad_config romstage_gpio_table[] = {