diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-09-23 14:21:39 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-27 13:27:27 +0000 |
commit | 97bc0398c42467f147c36553cf829398b610e48c (patch) | |
tree | 1aec91bbcbb11e66761df2aed1eac32ebf350e07 /src/mainboard/system76 | |
parent | bd9b044a96cc3686163490744466c9b44d81846e (diff) |
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 <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57895
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/lemp10/acpi/mainboard.asl | 4 |
1 files 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 <ec/system76/ec/acpi/ec.asl> Scope (\_SB) { |