Skip to content

Commit 17c0381

Browse files
committed
mb/novacustom/mtl-h/variants/dgpu/overridetree.cb: Fix dGPU not coming up after suspend
Fix the root port flags by bringing back the values they were at in release v0.9.1 where suspend worked. This fixes issue where the dGPU would not come back after suspend [1] [1]: Dasharo/dasharo-issues#1593 Upstream-Status: Pending Change-Id: I359527c7095fad7aaeef310d7e163a28bd0d6e45 Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
1 parent 8311312 commit 17c0381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainboard/novacustom/mtl-h/variants/dgpu/overridetree.cb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ chip soc/intel/meteorlake
1717
register "pcie_rp[PCH_RP(12)]" = "{
1818
.clk_src = 6,
1919
.clk_req = 6,
20-
.flags = PCIE_RP_LTR | PCIE_RP_HOTPLUG,
20+
.flags = PCIE_RP_LTR | PCIE_RP_AER | PCIE_RP_CLK_REQ_DETECT,
2121
}"
2222
device pci 00.0 on
2323
subsystemid 0x1558 0xa761

0 commit comments

Comments
 (0)