mb/starlabs/starbook/adl: Make Type-C USB a standard port
Change the Type-C USB 2.0 interface to a standard port, as the Type-C macro will not work in Linux (dmesg says the cable is faulty), This makes the port work reliably in Linux, tested with: * Manjaro 21 * Ubuntu 22.04 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I6dbf31b6e4603685297e9e5203b0db6ac1b9e24a Reviewed-on: https://review.coreboot.org/c/coreboot/+/72387 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
daa17107cb
commit
b45502cd64
|
@ -54,7 +54,7 @@ chip soc/intel/alderlake
|
|||
device ref crashlog off end
|
||||
device ref xhci on
|
||||
# Motherboard USB Type C
|
||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC3)"
|
||||
register "usb2_ports[0]" = "USB2_PORT_MID(OC3)"
|
||||
register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC3)"
|
||||
|
||||
# Motherboard USB 3.0
|
||||
|
|
Loading…
Reference in New Issue