mb/dell/snb_ivb_workstations: Drop xhci_overcurrent_mapping
As of commit a3d1e6c480 ("sb/intel/bd82x6x: Apply EHCI mapping to
xhci_overcurrent_mapping"), this is now linked to main USB port config
and is no longer referenced separately.
This board is the last unresolved mismatching xhci_overcurrent_mapping
and there is no reports whether it is working or broken. Since the
value is no longer used anyway, remove it and put a FIXME in its place.
Change-Id: Ie60d34cae5ae94d148854b42f77ab4c02e8f49ef
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85924
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
91e2e3b5c0
commit
91a8a5603f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,8 +28,8 @@ chip northbridge/intel/sandybridge
|
|||
register "spi_lvscc" = "0x2005"
|
||||
register "spi_uvscc" = "0x2005"
|
||||
register "superspeed_capable_ports" = "0x0000000f"
|
||||
register "xhci_overcurrent_mapping" = "0x08040201"
|
||||
register "xhci_switchable_ports" = "0x0000000f"
|
||||
# FIXME: Double check USBOCM1 and XOCM
|
||||
register "usb_port_config" = "{
|
||||
{ 1, 6, 0 },
|
||||
{ 1, 6, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue