aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/ktqm77/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/kontron/ktqm77/gma-mainboard.ads')
-rw-r--r--src/mainboard/kontron/ktqm77/gma-mainboard.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/kontron/ktqm77/gma-mainboard.ads b/src/mainboard/kontron/ktqm77/gma-mainboard.ads
index 66ce273d77..3ac3cd2769 100644
--- a/src/mainboard/kontron/ktqm77/gma-mainboard.ads
+++ b/src/mainboard/kontron/ktqm77/gma-mainboard.ads
@@ -21,7 +21,7 @@ private package GMA.Mainboard is
-- For a three-pipe setup, bandwidth is shared between the 2nd and
-- the 3rd pipe (if it's not eDP). Thus, probe ports that likely
- -- have a high-resolution display attached first, `Internal` last.
+ -- have a high-resolution display attached first, `eDP` last.
ports : constant Port_List :=
(DP2,
@@ -30,7 +30,8 @@ private package GMA.Mainboard is
HDMI2,
HDMI3,
Analog,
- Internal,
+ LVDS,
+ eDP,
others => Disabled);
end GMA.Mainboard;