Use Mini DisplayPort by default

This commit is contained in:
Jeremy Soller
2019-02-28 11:11:32 -07:00
parent 5ca32c0855
commit b29e5075e1
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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 */