From b29e5075e1d34f4e2157efb9a1b18bd2969bd1da Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 28 Feb 2019 11:11:32 -0700 Subject: [PATCH] Use Mini DisplayPort by default --- src/mainboard/system76/kbl-u/gpio.h | 2 +- src/mainboard/system76/whl-u/gpio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/system76/kbl-u/gpio.h b/src/mainboard/system76/kbl-u/gpio.h index 031719a783..4d40c4dc72 100644 --- a/src/mainboard/system76/kbl-u/gpio.h +++ b/src/mainboard/system76/kbl-u/gpio.h @@ -92,7 +92,7 @@ static const struct pad_config gpio_table[] = { /* TBT_FRC_PW tied to PCH_GPP_E0 */ _PAD_CFG_STRUCT(GPP_A21, 0x84000200, 0x1000), /* PS8338B_SW */ - _PAD_CFG_STRUCT(GPP_A22, 0x4000201, 0x0), + _PAD_CFG_STRUCT(GPP_A22, 0x4000200, 0x0), /* PS8338B_PCH */ _PAD_CFG_STRUCT(GPP_A23, 0x4000200, 0x0), /* CORE_VID0 with pull-up */ diff --git a/src/mainboard/system76/whl-u/gpio.h b/src/mainboard/system76/whl-u/gpio.h index 04a6f732a6..f81a34d4d8 100644 --- a/src/mainboard/system76/whl-u/gpio.h +++ b/src/mainboard/system76/whl-u/gpio.h @@ -94,7 +94,7 @@ static const struct pad_config gpio_table[] = { /* NC */ PAD_CFG_NC(GPP_A21), /* PS8338B_SW */ - _PAD_CFG_STRUCT(GPP_A22, 0x44000201, 0x0), + _PAD_CFG_STRUCT(GPP_A22, 0x44000200, 0x0), /* PS8338B_PCH */ _PAD_CFG_STRUCT(GPP_A23, 0x44000100, 0x0), /* CORE_VID0 with pull-up and pull-down */