diff options
author | David Wu <david_wu@quanta.corp-partner.google.com> | 2021-11-25 15:26:31 +0800 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2021-11-30 19:44:50 +0000 |
commit | b63e1f114b7f2a06c4f5087a46f18cdf67cb4d50 (patch) | |
tree | ff4482359c125818b64fa475d74d38becc55575b /src/mainboard | |
parent | 50f428d48bdafa38987876285f06e86f82c36be0 (diff) |
mb/google/brya/var/kano: Enable USB2 port 9 for BlueTooth
BlueTooth disappeared after disabled USB2 port 9,
so we need to re-enable it.
BUG=none
TEST=build pass
Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com>
Change-Id: I7971509d7428562c80e781339ead059a189cea13
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59658
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: YH Lin <yueherngl@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/kano/overridetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/kano/overridetree.cb b/src/mainboard/google/brya/variants/kano/overridetree.cb index e0ac3511be..a908a7b7b2 100644 --- a/src/mainboard/google/brya/variants/kano/overridetree.cb +++ b/src/mainboard/google/brya/variants/kano/overridetree.cb @@ -20,7 +20,6 @@ chip soc/intel/alderlake register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2_C1 register "usb2_ports[3]" = "USB2_PORT_EMPTY" # Disable M.2 WWAN - register "usb2_ports[9]" = "USB2_PORT_EMPTY" # Disable M.2 Bluetooth register "usb3_ports[3]" = "USB3_PORT_EMPTY" # Disable M.2 WWAN |