summaryrefslogtreecommitdiffstats
path: root/src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-11-28 23:53:55 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2022-11-11 22:43:28 +0000
commit3504918b43544a0f8b79881e4e67b6badfecd08a (patch)
tree396b9793213becda1a260503ab0728ef70b00c2e /src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl
parentdc3e7def5f1d0ef05cc26e75a91603dd6889068e (diff)
downloadcoreboot-3504918b43544a0f8b79881e4e67b6badfecd08a.tar.gz
coreboot-3504918b43544a0f8b79881e4e67b6badfecd08a.tar.bz2
coreboot-3504918b43544a0f8b79881e4e67b6badfecd08a.zip
mb/clevo/l140mu: make use of the new clevo/it5570e ec driver
Hook up the new EC driver. Tested: - Fn hotkeys work (brightness, display, volume, tp toggle, ...) - Display lid - Sleep/wake - Camera (including Fn toggle) - Bluetooth (both CNVi and PCIe card) - Wi-Fi (both CNVi and PCIe card) - CMOS options Known issues: - Touchpad toggle needs OS setup; see CB:68791 - UCSI is not implemented; see CB:68791 Change-Id: I6c4637936761cd62571b5d19fe2afd65560f49a0 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59850 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl')
-rw-r--r--src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl b/src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl
new file mode 100644
index 000000000000..705769aa230d
--- /dev/null
+++ b/src/mainboard/clevo/tgl-u/variants/l140mu/acpi/variant.asl
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#define EC_GPE_SCI GPE0_ESPI /* eSPI SCI */
+#define EC_GPE_PWRB GPE0_DW2_03 /* GPD3 */
+#define EC_GPE_SLPB GPE0_PME /* PME via eSPI */
+#define EC_GPE_LID GPE0_PME /* PME via eSPI */