mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / ec / google / chromeec / acpi / ac.asl
blobccab7ce0058536169d6cb5ec5e525aad069e9b37
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 // Scope (EC0)
5 Device (AC)
7         Name (_HID, "ACPI0003")
8         Name (_PCL, Package () { \_SB })
10         Method (_PSR)
11         {
12                 Return (ACEX)
13         }
15         Method (_STA)
16         {
17                 Return (0x0F)
18         }