Attention is currently required from: Wisley Chen. Hello Wisley Chen,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/62564
to review the following change.
Change subject: mb/google/brya/var/redrix{4es}: Correct the unused USB2/TCSS port ......................................................................
mb/google/brya/var/redrix{4es}: Correct the unused USB2/TCSS port
BT didn't work due to incorrectly disable usb port#9 for BT. The patch includes the changes. 1. enable USB2 port#9 for BT 2. disable TCSS PCIe port1
BUG=b:217238553 TEST=build and verfied BT work
Change-Id: Ie94ef847fc130019f1e06983fc5039f1f564cd3a Signed-off-by: Wisley Chen wisley.chen@quanta.corp-partner.google.com --- M src/mainboard/google/brya/variants/redrix/overridetree.cb M src/mainboard/google/brya/variants/redrix4es/overridetree.cb 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/62564/1
diff --git a/src/mainboard/google/brya/variants/redrix/overridetree.cb b/src/mainboard/google/brya/variants/redrix/overridetree.cb index 62a24ed..7fb10bb 100644 --- a/src/mainboard/google/brya/variants/redrix/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix/overridetree.cb @@ -43,7 +43,6 @@
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 @@ -151,6 +150,7 @@ device generic 0 alias dptf_policy on end end end + device ref tbt_pcie_rp1 off end device ref ipu on chip drivers/intel/mipi_camera register "acpi_uid" = "0x50000" diff --git a/src/mainboard/google/brya/variants/redrix4es/overridetree.cb b/src/mainboard/google/brya/variants/redrix4es/overridetree.cb index 5cb105d..f74df93 100644 --- a/src/mainboard/google/brya/variants/redrix4es/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix4es/overridetree.cb @@ -43,7 +43,6 @@
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 @@ -137,6 +136,7 @@ device generic 0 alias dptf_policy on end end end + device ref tbt_pcie_rp1 off end device ref ipu on chip drivers/intel/mipi_camera register "acpi_uid" = "0x50000"