aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/b75pro3-m
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-04-25 17:15:15 +0800
committerMartin Roth <martinroth@google.com>2018-05-01 19:20:26 +0000
commitd9105846bc550b5240ad5bcc56f12202412d6cfe (patch)
tree152679a5a714888170504063ff41da682dcdac50 /src/mainboard/asrock/b75pro3-m
parent1799994730668bdb31a55527a62f346b68881806 (diff)
asrock/b75pro3-m: fix the HDMI port
At the time I ported coreboot to this board, the HDMI port of my board was broken, so I couldn't test libgfxinit on HDMI. Change-Id: Ibb8a4ef55bd97fd2d0baacdbc72863c0985d3d76 Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/25820 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/asrock/b75pro3-m')
-rw-r--r--src/mainboard/asrock/b75pro3-m/gma-mainboard.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads b/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads
index 504d3b4a26..e973817e22 100644
--- a/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads
+++ b/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads
@@ -21,8 +21,8 @@ use HW.GFX.GMA.Display_Probing;
private package GMA.Mainboard is
ports : constant Port_List :=
- (HDMI1,
- HDMI2,
+ (HDMI1, -- mainboard DVI port
+ HDMI3, -- mainboard HDMI port
Analog,
others => Disabled);