mb/starlabs/starbook/mtl: Enable Port Reset Message
Enable the Port Reset Message for the two USB Type-C ports. Change-Id: I181db4cfd3a50915337816c91f1b2feb3f874b06 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87018 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ea6441b1d3
commit
4dffa65d7e
1 changed files with 2 additions and 2 deletions
|
|
@ -74,11 +74,11 @@ chip soc/intel/meteorlake
|
|||
device ref gna on end
|
||||
device ref xhci on
|
||||
# Motherboard USB 3.0 Type-C Back 7893 mil
|
||||
register "usb2_ports[0]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)"
|
||||
register "tcss_ports[0]" = "TCSS_PORT_DEFAULT(OC_SKIP)"
|
||||
|
||||
# Motherboard USB 3.0 Type-C Front 9557 mil
|
||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC_SKIP)"
|
||||
register "tcss_ports[1]" = "TCSS_PORT_DEFAULT(OC_SKIP)"
|
||||
|
||||
# Motherboard USB 3.0 Type-A 8916 mil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue