diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-02-27 08:33:00 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-10 15:05:24 +0000 |
commit | 6074b20bd1f16fa789e80a91de046a28d86b9b37 (patch) | |
tree | 32f2b9a2113eb13816162d4214807a466db39bff /src | |
parent | 0a5fc7170fc45c5cc737969e9feb51fa3063e439 (diff) |
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')
-rw-r--r-- | src/ec/starlabs/merlin/acpi/suspend.asl | 2 |
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 f89e501a14..438972915d 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)) { |