mb/starlabs/lite/glkr: Correct USB port numbers

The USB ports for the Motherboard USB 3.0 and Type-C were labelled
incorrectly. This change swaps the ports, so they are labelled correctly
and also corrects the over-current pins that they use.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I80484dc8bdd68dd72b3848720c790d59237a9f8a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65185
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Sean Rhodes
2022-06-16 22:42:31 +01:00
committed by Felix Held
parent 8a4f076894
commit 8a1eb1993d

View File

@@ -89,11 +89,11 @@ chip soc/intel/apollolake
### USB 2.0 Devices
# Motherboard USB Type C
register "usb2_port[0]" = "PORT_EN(OC1)"
register "usb3_port[1]" = "PORT_EN(OC1)"
register "usb3_port[0]" = "PORT_EN(OC1)"
# Motherboard USB 3.0
register "usb2_port[1]" = "PORT_EN(OC0)"
register "usb3_port[0]" = "PORT_EN(OC0)"
register "usb3_port[1]" = "PORT_EN(OC0)"
# Daughterboard USB 3.0
register "usb2_port[3]" = "PORT_EN(OC1)"