serw13: Disable AER for SSD1

Enabling AER causes a constant flood of corrected error messages being
logged when using a 980 PRO, quickly filling the drive's free space.

Change-Id: Ib89c579f36e2fc53c9816f0033cd981aae4d7526
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-02-24 15:47:45 -07:00
committed by Jeremy Soller
parent 87e8e82397
commit cdcb9e08b1

View File

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