summaryrefslogtreecommitdiffstats
path: root/src/ec/starlabs
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-02-27 08:33:00 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-03-10 15:05:24 +0000
commit6074b20bd1f16fa789e80a91de046a28d86b9b37 (patch)
tree32f2b9a2113eb13816162d4214807a466db39bff /src/ec/starlabs
parent0a5fc7170fc45c5cc737969e9feb51fa3063e439 (diff)
downloadcoreboot-6074b20bd1f16fa789e80a91de046a28d86b9b37.tar.gz
coreboot-6074b20bd1f16fa789e80a91de046a28d86b9b37.tar.bz2
coreboot-6074b20bd1f16fa789e80a91de046a28d86b9b37.zip
ec/starlabs/merlin: Change RPTS method to Serialized
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Id64d321846dc042d4092d39ce9598d028ab15ed0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62417 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Andy Pont <andy.pont@sdcsystems.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/ec/starlabs')
-rw-r--r--src/ec/starlabs/merlin/acpi/suspend.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/starlabs/merlin/acpi/suspend.asl b/src/ec/starlabs/merlin/acpi/suspend.asl
index f89e501a1412..438972915d03 100644
--- a/src/ec/starlabs/merlin/acpi/suspend.asl
+++ b/src/ec/starlabs/merlin/acpi/suspend.asl
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-Method (RPTS, 1, NotSerialized)
+Method (RPTS, 1, Serialized)
{
If ((Arg0 == 0x04) || (Arg0 == 0x05))
{