Skip to content

Commit 25c1b6b

Browse files
committed
mainboard/novacustom/mtl-h/devicetree.cb: Fix AUX orientation
All TCSS XHCI ports are connected to a retimer (either TBT or USB3). These retimers already handle SBU pins and the orientation. Clear retimer bits: - for port 3 and 4 as they are not used - for port 2 as it has USB3 retimer with SBU orientation support Signed-off-by: Michał Żygowski <[email protected]>
1 parent 9c07b10 commit 25c1b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainboard/novacustom/mtl-h/devicetree.cb

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ chip soc/intel/meteorlake
7575
# Bit0,Bit2,Bit4,Bit6 set to "1" indicates no retimer on USBC Ports
7676
# Bit1,Bit3,Bit5,Bit7 set to "0" indicates Aux lines are not swapped on the
7777
# motherboard to USBC connector
78-
register "tcss_aux_ori" = "0x54"
78+
register "tcss_aux_ori" = "0x00"
7979

8080
register "tcss_ports" = "{
8181
[0] = TCSS_PORT_DEFAULT(OC_SKIP), /* USB Type-C Port 1 (TBT) */

0 commit comments

Comments
 (0)