From c2c9618607cf0ac2e6a0ec19f5f510c7a36aa1b3 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sun, 2 Jan 2022 12:16:27 +0000 Subject: 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 Change-Id: Ie0fab6b9dcd805f7b8c9bf8f14b0a799d8f396c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60709 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/ec/starlabs/merlin/acpi/suspend.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ec/starlabs/merlin/acpi/suspend.asl') 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 } } -- cgit v1.2.3