mb/starlabs/lite/glkr: Correct the daughterboard USB 3.0 port number
The daughterboard USB 3.0 was set to port 3, which is incorrect. This patch corrects that to port 4. This fixes an issue where USB 3.0 devices are not detected when plugged in to this port. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I50f86dee1b512d0dd20d07e3ee17ebfa5e537bc9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65186 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
8a1eb1993d
commit
b02c90d146
|
@ -100,7 +100,7 @@ chip soc/intel/apollolake
|
|||
|
||||
# Daughterboard SD Card
|
||||
register "usb2_port[5]" = "PORT_EN(OC_SKIP)"
|
||||
register "usb3_port[3]" = "PORT_EN(OC1)"
|
||||
register "usb3_port[4]" = "PORT_EN(OC1)"
|
||||
|
||||
# Bluetooth
|
||||
register "usb2_port[6]" = "PORT_EN(OC_SKIP)"
|
||||
|
|
Loading…
Reference in New Issue