From 3504918b43544a0f8b79881e4e67b6badfecd08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Sun, 28 Nov 2021 23:53:55 +0100 Subject: mb/clevo/l140mu: make use of the new clevo/it5570e ec driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59850 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/clevo/tgl-u/dsdt.asl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/clevo/tgl-u/dsdt.asl') 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 + +#if CONFIG(EC_CLEVO_IT5570E) + #include + #include +#endif } -- cgit v1.2.3