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>
This commit is contained in:
parent
d5a94c5e0c
commit
eb90521edd
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue