diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-05-24 15:41:04 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-25 21:52:59 +0000 |
commit | 04618ae12541b0ea7484e8b3f637af825b469737 (patch) | |
tree | 8bbe9c2843a53bbe6e178ccc58a76b2e696f44d4 /src/mainboard | |
parent | 469d4908c66813cc51e7dae3dccb6bb5a6d75e62 (diff) |
mb/google/skyrim: Update DDI descriptor for HDMI
The HDMI port was specified as a display port. Update to allow
for testing of 4k streaming.
BUG=b:229771029
TEST=Builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: Ib4dc8a5c6110630cea768f81e34fd7b0a5a62657
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64654
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/skyrim/port_descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/skyrim/port_descriptors.c b/src/mainboard/google/skyrim/port_descriptors.c index 64255f21db..5a5917cad2 100644 --- a/src/mainboard/google/skyrim/port_descriptors.c +++ b/src/mainboard/google/skyrim/port_descriptors.c @@ -53,8 +53,8 @@ static const fsp_ddi_descriptor skyrim_sbna_ddi_descriptors[] = { .aux_index = DDI_AUX1, .hdp_index = DDI_HDP1 }, - { /* DDI1 - DP (type C) */ - .connector_type = DDI_DP, + { /* DDI1 - HDMI/DP */ + .connector_type = DDI_HDMI, .aux_index = DDI_AUX2, .hdp_index = DDI_HDP2 }, |