From 76e2ab61bbe0958b98a565d889b2939792b4dd08 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 22 Oct 2019 21:08:31 -0600 Subject: [PATCH] Disable thunderbolt force power and do not enable thunderbolt rtd3 power --- src/mainboard/system76/cml-u/gpio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/system76/cml-u/gpio.h b/src/mainboard/system76/cml-u/gpio.h index 7c46639827..5431a7d73c 100644 --- a/src/mainboard/system76/cml-u/gpio.h +++ b/src/mainboard/system76/cml-u/gpio.h @@ -232,7 +232,7 @@ static const struct pad_config gpio_table[] = { // TBCIO_PLUG_EVENT _PAD_CFG_STRUCT(GPP_C9, 0x82880100, 0x3000), // TBT_FRC_PWR - PAD_CFG_TERM_GPO(GPP_C10, 1, NONE, PLTRST), + PAD_CFG_TERM_GPO(GPP_C10, 0, NONE, PLTRST), // NC PAD_CFG_NC(GPP_C11), @@ -537,7 +537,7 @@ static const struct pad_config gpio_table[] = { // GPPC_H21 PAD_CFG_NC(GPP_H21), // TBT_RTD3_PWR_EN_R - PAD_CFG_TERM_GPO(GPP_H22, 1, NONE, PLTRST), + PAD_NC(GPP_H22, NONE), // NC, WIGIG_PEWAKE PAD_CFG_NC(GPP_H23), };