Skip to content

Commit 02221a3

Browse files
committed
mb/system76/rpl: darp9: Add SSD RTD3 configs
Some drives block the CPU from reaching C10 on suspend without the RTD3 config. Fixes suspend with the following drives: - Kingston KC3000 (SKC3000D/4096G) - Kingston HyperX (SHPM2280P2H/240G) - Solidigm P44 Pro (SSDPFKKW010X7) The following drives continue to work: - Samsung 970 Evo (MZVLB250HAHQ) - WD Black SN770 (WDS250G3X0E) - WD Green SN350 (WDS240G2G0C-00AJM0) - WD Blue SN570 (WDS100T3B0C) Change-Id: I205d78377fa2b0db8d37542cdb94ba86ded1d66e Signed-off-by: Tim Crawford <[email protected]> Tested-by: Levi Portenier <[email protected]>
1 parent cd9cf8b commit 02221a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: src/mainboard/system76/rpl/variants/darp9/overridetree.cb

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ chip soc/intel/alderlake
1616
.clk_req = 0,
1717
.flags = PCIE_RP_LTR | PCIE_RP_AER,
1818
}"
19+
chip soc/intel/common/block/pcie/rtd3
20+
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_F20)" # M2_SSD2_RST#
21+
register "srcclk_pin" = "0" # SSD2_CLKREQ#
22+
device generic 0 on end
23+
end
1924
end
2025
device ref pcie4_1 on
2126
# CPU RP#3 x4, Clock 4 (SSD1)
@@ -24,6 +29,11 @@ chip soc/intel/alderlake
2429
.clk_req = 4,
2530
.flags = PCIE_RP_LTR | PCIE_RP_AER,
2631
}"
32+
chip soc/intel/common/block/pcie/rtd3
33+
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_B16)" # M2_SSD1_RST#
34+
register "srcclk_pin" = "4" # SSD1_CLKREQ#
35+
device generic 0 on end
36+
end
2737
end
2838
device ref tbt_pcie_rp0 on end
2939
device ref tcss_xhci on

0 commit comments

Comments
 (0)