mb/google/nissa/var/rull: Change padbased_override to rtd3 of wifi
[coreboot2.git] / src / mainboard / hp / folio_9480m / gma-mainboard.ads
blob85e9ded77b2bce1179928c272681797361f6f23b
1 -- SPDX-License-Identifier: GPL-2.0-or-later
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
11 ports : constant Port_List :=
12 (DP1, -- DP1/HDMI1: DisplayPorts on board and dock
13 HDMI1,
14 DP2, -- DP2: VGA ports on board and dock
15 eDP,
16 others => Disabled);
18 end GMA.Mainboard;