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:
committed by
Jeremy Soller
parent
87e8e82397
commit
cdcb9e08b1
@@ -17,7 +17,7 @@ chip soc/intel/alderlake
|
||||
register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)" # AJ_USB1 (USB 3.2 Gen2)
|
||||
register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)" # AJ_USB2 (USB 3.2 Gen2 + charger)
|
||||
end
|
||||
|
||||
|
||||
device ref i2c0 on
|
||||
# Touchpad I2C bus
|
||||
register "serial_io_i2c_mode[PchSerialIoIndexI2C0]" = "PchSerialIoPci"
|
||||
@@ -84,7 +84,7 @@ chip soc/intel/alderlake
|
||||
register "pch_pcie_rp[PCH_RP(13)]" = "{
|
||||
.clk_src = 10,
|
||||
.clk_req = 10,
|
||||
.flags = PCIE_RP_LTR | PCIE_RP_AER,
|
||||
.flags = PCIE_RP_LTR, // XXX: AER spews warnings
|
||||
}"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user