From a176798a162ffefe10b0805a0c6a2245f680fd0a Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 21 Mar 2024 08:50:12 -0600 Subject: [PATCH] mb/system76/rpl: oryp12: Disable AER on TBT port Change-Id: I93f0d7c912684331c9d5fe79a539488e979d5547 Signed-off-by: Tim Crawford --- src/mainboard/system76/rpl/variants/oryp12/overridetree.cb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/system76/rpl/variants/oryp12/overridetree.cb b/src/mainboard/system76/rpl/variants/oryp12/overridetree.cb index 49560b6f36..8f53869335 100644 --- a/src/mainboard/system76/rpl/variants/oryp12/overridetree.cb +++ b/src/mainboard/system76/rpl/variants/oryp12/overridetree.cb @@ -108,10 +108,11 @@ chip soc/intel/alderlake end device ref pcie_rp25 on # TBT + # XXX: AER causes UnsupReq warnings register "pch_pcie_rp[PCH_RP(25)]" = "{ .clk_src = 15, .clk_req = 15, - .flags = PCIE_RP_LTR | PCIE_RP_AER | PCIE_RP_HOTPLUG, + .flags = PCIE_RP_LTR | PCIE_RP_HOTPLUG, }" chip drivers/intel/dtbt device pci 00.0 on end