diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2021-11-28 23:53:55 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2022-11-11 22:43:28 +0000 |
commit | 3504918b43544a0f8b79881e4e67b6badfecd08a (patch) | |
tree | 396b9793213becda1a260503ab0728ef70b00c2e /src/mainboard/clevo/tgl-u/dsdt.asl | |
parent | dc3e7def5f1d0ef05cc26e75a91603dd6889068e (diff) |
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/dsdt.asl')
-rw-r--r-- | src/mainboard/clevo/tgl-u/dsdt.asl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/clevo/tgl-u/dsdt.asl b/src/mainboard/clevo/tgl-u/dsdt.asl index ac02fe9d6d..10ad9df6d9 100644 --- a/src/mainboard/clevo/tgl-u/dsdt.asl +++ b/src/mainboard/clevo/tgl-u/dsdt.asl @@ -29,4 +29,9 @@ DefinitionBlock( } #include <southbridge/intel/common/acpi/sleepstates.asl> + +#if CONFIG(EC_CLEVO_IT5570E) + #include <variant.asl> + #include <ec/clevo/it5570e/acpi/common.asl> +#endif } |