From eb90521edd48df3a0613631e131a14d50420f7b1 Mon Sep 17 00:00:00 2001 From: Ivy Jian Date: Fri, 14 May 2021 18:12:57 +0800 Subject: 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 Change-Id: Ic8af14509b0d246c5c2da6e1a48991384471e69f Reviewed-on: https://review.coreboot.org/c/coreboot/+/54297 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/mancomb/port_descriptors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard') 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 }, -- cgit v1.2.3