Skip to content

Commit 4aeeb2b

Browse files
crawfxrdjackpot51
authored andcommitted
mb/system76/adl-p: HACK: Fix S0ix on lemp11
Inform the EC to apply the PMC hack to allow the CPU to go to C10 during suspend. Change-Id: Id124b2e9249403cebf0038a172d2a324b81c433f Signed-off-by: Tim Crawford <[email protected]>
1 parent f518736 commit 4aeeb2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mainboard/system76/adl-p/acpi/sleep.asl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Method (MWAK, 1, Serialized)
3737
Method (MS0X, 1, Serialized)
3838
{
3939
If (Arg0 == 1) {
40+
#if CONFIG_BOARD_SYSTEM76_LEMP11
41+
/* HACK: Inform EC to apply PMC hack for S0ix issue */
42+
\_SB.PCI0.LPCB.EC0.PTS (0)
43+
#endif
4044
/* S0ix Entry */
4145
PGPM (MISCCFG_GPIO_PM_CONFIG_BITS)
4246
} Else {

0 commit comments

Comments
 (0)