serw13: Disable AER on both SSD slots

Change-Id: I6a254407fac3b3df4a25a057a4ae953847d310d9
This commit is contained in:
Jeremy Soller
2023-04-17 14:29:04 -06:00
parent 4a387e587c
commit b90e4da793

View File

@@ -90,7 +90,7 @@ chip soc/intel/alderlake
register "pch_pcie_rp[PCH_RP(21)]" = "{
.clk_src = 5,
.clk_req = 5,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
.flags = PCIE_RP_LTR, // XXX: AER spews warnings
}"
end