summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/folio_9480m/acpi/platform.asl
blob: 8023ae826c8a1297c81c7b5241016e6b4224d7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

Method(_WAK,1)
{
	\_SB.PCI0.LPCB.EC0.ACPI = 1
	\_SB.PCI0.LPCB.EC0.SLPT = 0

	Return(Package(){0,0})
}

Method(_PTS,1)
{
	\_SB.PCI0.LPCB.EC0.SLPT = Arg0
}