sb/intel/bd82x6x: Drop xhci_overcurrent_mapping
This is now drawn (indirectly) from main usb_port_config. Also drop it from autoport. Change-Id: I8c5e9b2016cf56538de06575181a0a6b738c6a28 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85925 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
91a8a5603f
commit
cd0c7c6466
2 changed files with 0 additions and 3 deletions
|
|
@ -164,7 +164,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
|
|||
if ok {
|
||||
cur.Registers["xhci_switchable_ports"] = FormatHexLE32(xhciDev.ConfigDump[0xd4:0xd8])
|
||||
cur.Registers["superspeed_capable_ports"] = FormatHexLE32(xhciDev.ConfigDump[0xdc:0xe0])
|
||||
cur.Registers["xhci_overcurrent_mapping"] = FormatHexLE32(xhciDev.ConfigDump[0xc0:0xc4])
|
||||
}
|
||||
|
||||
PutPCIChip(addr, cur)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue