aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/purism/librem_cnl/acpi/mainboard.asl
blob: 0c9a76b168229d0842f7b2a88b295e26946bb590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

Scope (\_SB.PCI0.LPCB)
{
	Device (AC)
	{
		Name (_HID, "ACPI0003")
		Name (_PCL, Package () { LPCB })
		Name (ACFG, One)

		Method (_PSR, 0, NotSerialized)
		{
			Return (ACFG)
		}
	}
}