mb/google/brya/var/redrix{4es}: Re-enable USB2 port for Bluetooth
BT didn't work due to commit03c0853f4d
. Commit03c0853f4d
accidentally set the Bluetooth USB2 port to "empty", therefore re-enable USB2 port 9. BUG=b:217238553, b:222238381 TEST=build and verfied BT work/suspend successfully Change-Id: Ie94ef847fc130019f1e06983fc5039f1f564cd3a Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62564 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
20ee22c2cc
commit
c5e1a02689
|
@ -43,7 +43,6 @@ chip soc/intel/alderlake
|
|||
|
||||
register "usb2_ports[1]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[5]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[9]" = "USB2_PORT_EMPTY"
|
||||
register "tcss_ports[1]" = "TCSS_PORT_EMPTY"
|
||||
|
||||
# Intel Common SoC Config
|
||||
|
|
|
@ -43,7 +43,6 @@ chip soc/intel/alderlake
|
|||
|
||||
register "usb2_ports[1]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[5]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[9]" = "USB2_PORT_EMPTY"
|
||||
register "tcss_ports[1]" = "TCSS_PORT_EMPTY"
|
||||
|
||||
# Intel Common SoC Config
|
||||
|
|
Loading…
Reference in New Issue