Skip to content

Commit a03ebd8

Browse files
committed
mb/novacustom/mtl-h/devicetree.cb: Use USB2 Type-C macro
Match upstream version. The non-TBT USB2.0 port is routed the same way as for TBT port. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 000fe7e commit a03ebd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ chip soc/intel/meteorlake
115115

116116
register "usb2_ports" = "{
117117
[0] = USB2_PORT_LONG(OC_SKIP), /* USB Type-A Port 1 (Left) */
118-
[1] = USB2_PORT_MID(OC_SKIP), /* USB Type-C Port 1 (Non-TBT) */
118+
[1] = USB2_PORT_TYPE_C(OC_SKIP), /* USB Type-C Port 1 (Non-TBT) */
119119
[2] = USB2_PORT_MID(OC_SKIP), /* USB Type-A Port 2 (Right) */
120120
[5] = USB2_PORT_TYPE_C(OC_SKIP), /* USB Type-C Port 2 (TBT) */
121121
[6] = USB2_PORT_LONG(OC_SKIP), /* Integrated Camera */

0 commit comments

Comments
 (0)