From a739c5311ca6e394123d93139d857aefd801e7e5 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 31 Mar 2023 08:42:30 -0600 Subject: [PATCH] mb/system76/rpl: serw13: Disable AER on TBT port Avoid UnsupReq errors occuring on the TBT port. Change-Id: I4c10876285be2baef1ca4f22727413bdc0393cdd Signed-off-by: Tim Crawford --- src/mainboard/system76/rpl/variants/serw13/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/system76/rpl/variants/serw13/overridetree.cb b/src/mainboard/system76/rpl/variants/serw13/overridetree.cb index 63137549bc..d39ee28c20 100644 --- a/src/mainboard/system76/rpl/variants/serw13/overridetree.cb +++ b/src/mainboard/system76/rpl/variants/serw13/overridetree.cb @@ -99,7 +99,7 @@ chip soc/intel/alderlake register "pch_pcie_rp[PCH_RP(25)]" = "{ .clk_src = 15, .clk_req = 15, - .flags = PCIE_RP_HOTPLUG | PCIE_RP_LTR | PCIE_RP_AER, + .flags = PCIE_RP_HOTPLUG | PCIE_RP_LTR, }" end end