mb/system76/adl-p: Always send signal for PMC hack

Other boards may have the S0ix issue. Always send PTS and let the EC
choose to apply the hack.

Change-Id: I0fc6e7ceac9fb79457a2ec35693c9d40afafae55
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-10-20 11:20:11 -06:00
committed by Jeremy Soller
parent 4aeeb2ba4d
commit ca16834a9b

View File

@@ -37,10 +37,8 @@ Method (MWAK, 1, Serialized)
Method (MS0X, 1, Serialized)
{
If (Arg0 == 1) {
#if CONFIG_BOARD_SYSTEM76_LEMP11
/* HACK: Inform EC to apply PMC hack for S0ix issue */
\_SB.PCI0.LPCB.EC0.PTS (0)
#endif
/* S0ix Entry */
PGPM (MISCCFG_GPIO_PM_CONFIG_BITS)
} Else {