diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2022-06-15 12:55:22 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-17 14:26:26 +0000 |
commit | 489aa549137e1bb783f47c9606a5593741492f23 (patch) | |
tree | 2bcfd071477a8b0a59d1082263745442328c9c80 /src/mainboard/supermicro/x9sae | |
parent | 3e891cda062365eabb66b9c6db06da9718aa0705 (diff) |
mb/supermicro/x9sae: Correct mapping of HDMI ports
The two HDMI ports on x9sae(-v) prove to be wired to HDMI2 and HDMI3.
Signed-off-by: Bill XIE <persmule@hardenedlinux.org>
Change-Id: I07870fd70612c9ed01a833f173b18053807ad2b7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65146
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/supermicro/x9sae')
-rw-r--r-- | src/mainboard/supermicro/x9sae/gma-mainboard.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/x9sae/gma-mainboard.ads b/src/mainboard/supermicro/x9sae/gma-mainboard.ads index 8b07c07695..9d9d370b4b 100644 --- a/src/mainboard/supermicro/x9sae/gma-mainboard.ads +++ b/src/mainboard/supermicro/x9sae/gma-mainboard.ads @@ -9,8 +9,8 @@ use HW.GFX.GMA.Display_Probing; private package GMA.Mainboard is ports : constant Port_List := - (HDMI1, - HDMI2, + (HDMI2, + HDMI3, Analog, others => Disabled); |