summaryrefslogtreecommitdiffstats
path: root/src/mainboard/apple/macbookair4_2/acpi/ec.asl
blob: 25b989ccbc8816643d0bea1cd7f0489838605abf (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Device(EC)
{
	Name (_HID, EISAID("PNP0C09"))
	Name (_UID, 0)
	Name (_GPE, 23)
/* FIXME: EC support */
}