diff options
author | Wisley Chen <wisley.chen@quanta.corp-partner.google.com> | 2022-03-04 15:33:15 +0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-07 17:51:37 +0000 |
commit | 18972f8bcec6e8df2fd3d5746f809a1685837f8b (patch) | |
tree | 02ee64feb00ce760d150d010e8ae995b00a2ac3f /src/mainboard | |
parent | 45037f786c1732e318d1c56e62e5f6b3fe947971 (diff) |
mb/google/brya/var/redrix{4es}: Disable TCSS PCIe port1
Disable unused TCSS PCIe port1
BUG=b:217238553
TEST=FW_NAME=redrix emerge-brya coreboot chromeos-bootimage
Change-Id: I2bdfdb23d010a1e24c986ab52b5cef6eedcb674e
Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62589
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/redrix/overridetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/google/brya/variants/redrix4es/overridetree.cb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/redrix/overridetree.cb b/src/mainboard/google/brya/variants/redrix/overridetree.cb index e773695f06..d1d9e8c87e 100644 --- a/src/mainboard/google/brya/variants/redrix/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix/overridetree.cb @@ -151,6 +151,7 @@ chip soc/intel/alderlake 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 dd38f935a9..586c90e46e 100644 --- a/src/mainboard/google/brya/variants/redrix4es/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix4es/overridetree.cb @@ -137,6 +137,7 @@ chip soc/intel/alderlake 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" |