From 6074b20bd1f16fa789e80a91de046a28d86b9b37 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sun, 27 Feb 2022 08:33:00 +0000 Subject: ec/starlabs/merlin: Change RPTS method to Serialized Signed-off-by: Sean Rhodes Change-Id: Id64d321846dc042d4092d39ce9598d028ab15ed0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62417 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Andy Pont Reviewed-by: Elyes Haouas Reviewed-by: Paul Menzel --- src/ec/starlabs/merlin/acpi/suspend.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)) { -- cgit v1.2.3