mb/starlabs/starlite_adl: Add trace length for the card reader
Add the trace length for the card reader USB port, and based on this value adjust the macro used accordingly. Change-Id: I1c7661f492b9193b75ed39abb2f5d14614cfc213 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90675 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0f450a8d9c
commit
d94d4b8a25
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ chip soc/intel/alderlake
|
|||
# Internal Bluetooth 1874 mil
|
||||
register "usb2_ports[9]" = "USB2_PORT_SHORT(OC_SKIP)"
|
||||
|
||||
# Card Reader
|
||||
register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
# Card Reader 3926 mil
|
||||
register "usb2_ports[3]" = "USB2_PORT_SHORT(OC_SKIP)"
|
||||
|
||||
chip drivers/usb/acpi
|
||||
device ref xhci_root_hub on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue