mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / dell / e7240 / acpi / ec.asl
blob24915c22ef2757413dbd2a61edfa2c46934d6dd5
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* FIXME: not working yet */
4 Device(EC)
6         Name (_HID, EISAID("PNP0C09"))
7         Name (_UID, 0)
8         Name (_GPE, 39)
10         Method (_Q66, 0, NotSerialized)
11         {
12                 Store ("EC: _Q66", Debug)
13         }