diff options
author | Ivy Jian <ivy_jian@compal.corp-partner.google.com> | 2021-05-14 18:12:57 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-05-16 16:35:30 +0000 |
commit | eb90521edd48df3a0613631e131a14d50420f7b1 (patch) | |
tree | ee2165203ae5e15449445ce43d2b01063cabb6f3 /src/mainboard | |
parent | d5a94c5e0c19a029a8bad2fa811fc2dae63079a5 (diff) |
mb/google/mancomb: enable DDI0-DP port
Configure DDI-0 connector type to DP.
BUG=b:187856682
TEST=Build and boot into OS
Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Change-Id: Ic8af14509b0d246c5c2da6e1a48991384471e69f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54297
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/mancomb/port_descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/mancomb/port_descriptors.c b/src/mainboard/google/mancomb/port_descriptors.c index b894cb26d2..b992906c9b 100644 --- a/src/mainboard/google/mancomb/port_descriptors.c +++ b/src/mainboard/google/mancomb/port_descriptors.c @@ -79,8 +79,8 @@ static const fsp_dxio_descriptor mancomb_czn_dxio_descriptors[] = { /* TODO: verify the DDI table, since this is mostly an educated guess right now */ static const fsp_ddi_descriptor mancomb_czn_ddi_descriptors[] = { - { /* DDI0 - eDP */ - .connector_type = DDI_UNUSED_TYPE, + { /* DDI0 - DP */ + .connector_type = DDI_DP, .aux_index = DDI_AUX1, .hdp_index = DDI_HDP1 }, |