mb/starlabs/starfighter: Remove the overcurrent config
This is not used, so remove it. Change-Id: I5d576833c634cc4d2e9eb01627f9bdb61d764b13 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87944 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
b872c50f90
commit
902df45eab
1 changed files with 2 additions and 2 deletions
|
|
@ -129,14 +129,14 @@ chip soc/intel/alderlake
|
|||
register "tcss_ports[1]" = "TCSS_PORT_DEFAULT(OC_SKIP)"
|
||||
|
||||
# Motherboard USB 3.0 Type-A
|
||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC0)"
|
||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC_SKIP)"
|
||||
|
||||
# Removable Webcam
|
||||
register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
|
||||
# Daughterboard USB 3.0 Type-A + USB 3.0 Type-A
|
||||
register "usb2_ports[6]" = "USB2_PORT_MID(OC0)"
|
||||
register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)"
|
||||
register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)"
|
||||
|
||||
# Internal Bluetooth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue