mb/starlabs/starbook/adl_n: Change USB Type-C macro
As the USB-C port on this board is not TBT, change the macro to a regular port as it is more reliable. Change-Id: I4dae9ff95d448924f1c2a199053be1ad0ca1cece Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86784 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
e545a233a5
commit
1a799eb7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ chip soc/intel/alderlake
|
|||
device ref gna on end
|
||||
device ref xhci on
|
||||
# Motherboard USB 3.0 Type-C Front 9557 mil
|
||||
register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC_SKIP)"
|
||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)"
|
||||
|
||||
# Motherboard USB 3.0 Type-A 8916 mil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue