From 0de0fe110468cfd609a0aaa42ea9a4c29740e507 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 20 Jul 2020 12:31:07 -0600 Subject: ec/system76_ec: add support for System76 EC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds ACPI code for System76 EC and converts system76/lemp9 to use EC_SYSTEM76_EC. Tested on system76/lemp9. Signed-off-by: Jeremy Soller Change-Id: I1f693268d94b693b6764e4a3baf4c3180689f3be Reviewed-on: https://review.coreboot.org/c/coreboot/+/43612 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese Reviewed-by: Michael Niewöhner --- src/mainboard/system76/lemp9/acpi/ac.asl | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/mainboard/system76/lemp9/acpi/ac.asl (limited to 'src/mainboard/system76/lemp9/acpi/ac.asl') diff --git a/src/mainboard/system76/lemp9/acpi/ac.asl b/src/mainboard/system76/lemp9/acpi/ac.asl deleted file mode 100644 index 7326676198..0000000000 --- a/src/mainboard/system76/lemp9/acpi/ac.asl +++ /dev/null @@ -1,22 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -Device (AC) -{ - Name (_HID, "ACPI0003" /* Power Source Device */) // _HID: Hardware ID - Name (_PCL, Package (0x01) // _PCL: Power Consumer List - { - _SB - }) - - Name (ACFG, One) - - Method (_PSR, 0, NotSerialized) // _PSR: Power Source - { - Return (ACFG) - } - - Method (_STA, 0, NotSerialized) // _STA: Status - { - Return (0x0F) - } -} -- cgit v1.2.3