From 97bc0398c42467f147c36553cf829398b610e48c Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 23 Sep 2021 14:21:39 -0600 Subject: [PATCH] mb/system76/lemp10: Use PME virtual wire for SWI Match the behavior of the other TGL-U boards. Change-Id: Ida962255f7a2435319d739d59eb2dc58fe342ae8 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/57895 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/lemp10/acpi/mainboard.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/system76/lemp10/acpi/mainboard.asl b/src/mainboard/system76/lemp10/acpi/mainboard.asl index 9261e7aac9..4675bc94b8 100644 --- a/src/mainboard/system76/lemp10/acpi/mainboard.asl +++ b/src/mainboard/system76/lemp10/acpi/mainboard.asl @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#define EC_GPE_SCI 0x6E /* GPP_E15 */ -#define EC_GPE_SWI 0x6E /* GPP_E20 */ +#define EC_GPE_SCI 0x6E +#define EC_GPE_SWI 0x6B #include Scope (\_SB) {