From a9a51f991624e20e3d440e6951f3cef2188f7714 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 4 Jun 2025 12:24:09 +0100 Subject: [PATCH] mb/starlabs/starfighter: Add missing ASPM config for the SSD Change-Id: I66694cf0594a2e684fbdbc7c25cbeb984a553c43 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87948 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb index 7148e7280a..57a73276a1 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb @@ -241,6 +241,8 @@ chip soc/intel/alderlake .clk_src = 1, .clk_req = 1, .flags = PCIE_RP_LTR | PCIE_RP_AER, + .pcie_rp_aspm = ASPM_L0S_L1, + .PcieRpL1Substates = L1_SS_L1_2, .pcie_rp_detect_timeout_ms = 50, }"