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:
parent
ce5c915344
commit
e0c26a05d4
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue