summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-08-22 00:10:39 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-08-24 23:56:22 +0000
commit3f18e272c0ad539dfe1d42442fb094aef6314fb0 (patch)
tree1a8c054c39beb381159f6c993a758d8648178ddb /src
parent50cca76e546bc5528be28ff99e717982d2783356 (diff)
downloadcoreboot-3f18e272c0ad539dfe1d42442fb094aef6314fb0.tar.xz
mb/amd/mandolin: fix AUX/HDP mapping for last DDI port on Dali
We hit a similar issue on Cereme, so I checked the trembyle base board which also uses AUX4/HDP4 for the last DDI port, so using AUX3/HDP3 is wrong there. Change-Id: I99f9426969488cc5c5a14bd432b38bfd69ae7ef0 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44688 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Matt Papageorge <matthewpapa07@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/mandolin/variants/mandolin/port_descriptors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/mandolin/variants/mandolin/port_descriptors.c b/src/mainboard/amd/mandolin/variants/mandolin/port_descriptors.c
index 47e9aad52f..5213176a1d 100644
--- a/src/mainboard/amd/mandolin/variants/mandolin/port_descriptors.c
+++ b/src/mainboard/amd/mandolin/variants/mandolin/port_descriptors.c
@@ -193,8 +193,8 @@ static const fsp_ddi_descriptor dali_ddi_descriptors[] = {
},
{ /* DDI2 - DP */
.connector_type = DP,
- .aux_index = AUX3,
- .hdp_index = HDP3,
+ .aux_index = AUX4,
+ .hdp_index = HDP4,
}
};