summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/brya/variants/kinox/gpio.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/mainboard/google/brya/variants/kinox/gpio.c b/src/mainboard/google/brya/variants/kinox/gpio.c
index 3460d1c679..7fa9f24a68 100644
--- a/src/mainboard/google/brya/variants/kinox/gpio.c
+++ b/src/mainboard/google/brya/variants/kinox/gpio.c
@@ -16,10 +16,10 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_A19, NONE),
/* A20 : DDSP_HPD2 ==> TCP_DP1_HPD */
PAD_CFG_NF(GPP_A20, NONE, DEEP, NF1),
- /* A21 : DDPC_CTRCLK ==> TCP_DP1_CTRLCLK */
- PAD_CFG_NF(GPP_A21, NONE, DEEP, NF1),
- /* A22 : DDPC_CTRLDATA ==> TCP_DP1_CTRLDATA */
- PAD_CFG_NF(GPP_A22, NONE, DEEP, NF1),
+ /* A21 : DDPC_CTRCLK ==> NC */
+ PAD_NC(GPP_A21, NONE),
+ /* A22 : DDPC_CTRLDATA ==> NC */
+ PAD_NC(GPP_A22, NONE),
/* B2 : VRALERT# ==> TP153 */
PAD_NC(GPP_B2, NONE),
@@ -54,10 +54,11 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_E18, NONE),
/* E19 : DDP1_CTRLDATA ==> NC */
PAD_NC(GPP_E19, NONE),
- /* E20 : DDP2_CTRLCLK ==> NC */
- PAD_NC(GPP_E20, NONE),
- /* E21 : DDP2_CTRLDATA ==> NC */
- PAD_NC(GPP_E21, NONE),
+ /* E20 : DDP2_CTRLCLK ==> TCP_DP1_CTRLCLK */
+ PAD_CFG_NF(GPP_E20, NONE, DEEP, NF1),
+ /* E21 : DDP2_CTRLDATA ==> TCP_DP1_CTRLDATA */
+ PAD_CFG_NF(GPP_E21, NONE, DEEP, NF1),
+
/* F11 : THC1_SPI2_CLK ==> NC */
PAD_NC_LOCK(GPP_F11, NONE, LOCK_CONFIG),