summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/merlin/acpi/suspend.asl
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-01-02 12:16:27 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-01-07 14:54:10 +0000
commitc2c9618607cf0ac2e6a0ec19f5f510c7a36aa1b3 (patch)
tree08cebee4197b1c13e02eb72e526ed42c19d14d49 /src/ec/starlabs/merlin/acpi/suspend.asl
parent2b1afef1eaaf2012b5b70eb6407350e9265c6410 (diff)
ec/starlabs/merlin: Unify EC and CMOS names
End all CMOS variable with a C and EC variables with an E. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ie0fab6b9dcd805f7b8c9bf8f14b0a799d8f396c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60709 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/ec/starlabs/merlin/acpi/suspend.asl')
-rw-r--r--src/ec/starlabs/merlin/acpi/suspend.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/starlabs/merlin/acpi/suspend.asl b/src/ec/starlabs/merlin/acpi/suspend.asl
index 7c8f2b1bd5..c4a92f232d 100644
--- a/src/ec/starlabs/merlin/acpi/suspend.asl
+++ b/src/ec/starlabs/merlin/acpi/suspend.asl
@@ -7,8 +7,8 @@ Method (RPTS, 1, NotSerialized)
If ((Arg0 == 0x04) || (Arg0 == 0x05))
{
/* Store current EC settings */
- \_SB.PCI0.LPCB.EC.TPLA = \_SB.PCI0.LPCB.TPLS
- \_SB.PCI0.LPCB.EC.FLKA = \_SB.PCI0.LPCB.FLKS
+ \_SB.PCI0.LPCB.EC.TPLE = \_SB.PCI0.LPCB.TPLC
+ \_SB.PCI0.LPCB.EC.FLKE = \_SB.PCI0.LPCB.FLKC
\_SB.PCI0.LPCB.EC.KLBE = \_SB.PCI0.LPCB.KLBC
}
}