ec/starlabs/merlin: fix OSFG suspend comment

OSFG is toggled from _PTS/_WAK via MPTS/MWAK and therefore runs for all
supported sleep states. Update the suspend/resume comments to match the
unguarded behavior.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I613efd68ed2770798c2754a1c59f802f47986795
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91439
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2026-02-26 12:39:12 +00:00 committed by Matt DeVillier
commit e0c26a05d4

View file

@ -66,7 +66,7 @@ Method (RPTS, 1, Serialized)
/*
* Disable ACPI support.
* This should always be the last action before entering S4 or S5.
* This should always be the last action before entering a sleep state.
*/
\_SB.PCI0.LPCB.EC.ECWR(0x00, RefOf(\_SB.PCI0.LPCB.EC.OSFG))
}
@ -75,7 +75,7 @@ Method (RWAK, 1, Serialized)
{
/*
* Enable ACPI support.
* This should always be the first action when exiting S4 or S5.
* This should always be the first action when exiting a sleep state.
*/
\_SB.PCI0.LPCB.EC.ECWR(0x01, RefOf(\_SB.PCI0.LPCB.EC.OSFG))