mb/system76/lemp9: Don't enable unused USB3 port
Don't configure USB3 port 4 since it's not used. Change-Id: I6919f5ec3a5be53373f2ab75063764287b53baf5 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45105 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com> Reviewed-by: Michael Niewöhner
This commit is contained in:
parent
b2280149c0
commit
1f5a34454d
|
@ -95,7 +95,7 @@ chip soc/intel/cannonlake
|
|||
register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A port 1
|
||||
register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-C port 2
|
||||
register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A port 3
|
||||
register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC_SKIP)" # NC
|
||||
register "usb3_ports[3]" = "USB3_PORT_EMPTY" # NC
|
||||
register "usb3_ports[4]" = "USB3_PORT_EMPTY" # NC
|
||||
register "usb3_ports[5]" = "USB3_PORT_EMPTY" # HSIO used by PCIe root port #6
|
||||
register "usb3_ports[6]" = "USB3_PORT_EMPTY" # NC
|
||||
|
|
Loading…
Reference in New Issue