Ivy Jian has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54297 )
Change subject: mb/google/mancomb: enable DDI0-DP port ......................................................................
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 --- M src/mainboard/google/mancomb/port_descriptors.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/54297/1
diff --git a/src/mainboard/google/mancomb/port_descriptors.c b/src/mainboard/google/mancomb/port_descriptors.c index b894cb2..b992906 100644 --- a/src/mainboard/google/mancomb/port_descriptors.c +++ b/src/mainboard/google/mancomb/port_descriptors.c @@ -79,8 +79,8 @@
/* 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 },