mb/starlabs/lite/{glk/glkr}: Remove Bluetooth USB port
This reverts commit 0225af3c2b
as
it has no effect as the USB interface is configured by FSP S.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I20ca355eb1e088d7a7c8eacbc888ffc90833194b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65064
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
parent
56751735c1
commit
ebdc52df0d
|
@ -92,9 +92,6 @@ chip soc/intel/apollolake
|
||||||
register "usb2_port[0]" = "PORT_EN(OC_SKIP)"
|
register "usb2_port[0]" = "PORT_EN(OC_SKIP)"
|
||||||
register "usb3_port[1]" = "PORT_EN(OC_SKIP)"
|
register "usb3_port[1]" = "PORT_EN(OC_SKIP)"
|
||||||
|
|
||||||
# Bluetooth
|
|
||||||
register "usb2_port[2]" = "PORT_EN(OC_SKIP)"
|
|
||||||
|
|
||||||
# Motherboard USB 3.0
|
# Motherboard USB 3.0
|
||||||
register "usb2_port[3]" = "PORT_EN(OC1)"
|
register "usb2_port[3]" = "PORT_EN(OC1)"
|
||||||
register "usb3_port[0]" = "PORT_EN(OC1)"
|
register "usb3_port[0]" = "PORT_EN(OC1)"
|
||||||
|
|
|
@ -99,13 +99,10 @@ chip soc/intel/apollolake
|
||||||
|
|
||||||
# Daughterboard USB 3.0
|
# Daughterboard USB 3.0
|
||||||
register "usb2_port[3]" = "PORT_EN(OC1)"
|
register "usb2_port[3]" = "PORT_EN(OC1)"
|
||||||
|
register "usb3_port[4]" = "PORT_EN(OC1)"
|
||||||
|
|
||||||
# Daughterboard SD Card
|
# Daughterboard SD Card
|
||||||
register "usb2_port[5]" = "PORT_EN(OC_SKIP)"
|
register "usb2_port[5]" = "PORT_EN(OC_SKIP)"
|
||||||
register "usb3_port[4]" = "PORT_EN(OC1)"
|
|
||||||
|
|
||||||
# Bluetooth
|
|
||||||
register "usb2_port[6]" = "PORT_EN(OC_SKIP)"
|
|
||||||
end
|
end
|
||||||
device pci 15.1 off end # XDCI
|
device pci 15.1 off end # XDCI
|
||||||
device pci 16.0 off end # I2C0
|
device pci 16.0 off end # I2C0
|
||||||
|
|
Loading…
Reference in New Issue