Skip to content

Commit a9cc282

Browse files
jackpot51crawfxrd
authored andcommitted
gaze20: enable DDI3
Change-Id: Iea09f90a6e53035ce379afa6d7dd4ad3a83333c6 Signed-off-by: Jeremy Soller <[email protected]>
1 parent 06d5fb5 commit a9cc282

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/mainboard/system76/rpl/variants/gaze20/overridetree.cb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ chip soc/intel/alderlake
44
device domain 0 on
55
subsystemid 0x1558 0x2560 inherit
66

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+
719
device ref xhci on
820
register "usb2_ports" = "{
921
[0] = USB2_PORT_MID(OC_SKIP), /* USB Type-C */

0 commit comments

Comments
 (0)