We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d5fb5 commit a9cc282Copy full SHA for a9cc282
src/mainboard/system76/rpl/variants/gaze20/overridetree.cb
@@ -4,6 +4,18 @@ chip soc/intel/alderlake
4
device domain 0 on
5
subsystemid 0x1558 0x2560 inherit
6
7
+ device ref igpu on
8
+ # DDIA is eDP, DDIB is mDP, DDI3 is USB-C
9
+ register "ddi_portA_config" = "1"
10
+ register "ddi_ports_config" = "{
11
+ [DDI_PORT_A] = DDI_ENABLE_HPD,
12
+ [DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
13
+ [DDI_PORT_3] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
14
+ }"
15
+
16
+ register "gfx" = "GMA_DEFAULT_PANEL(0)"
17
+ end
18
19
device ref xhci on
20
register "usb2_ports" = "{
21
[0] = USB2_PORT_MID(OC_SKIP), /* USB Type-C */
0 commit comments