summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/folio_9480m/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/folio_9480m/acpi/platform.asl')
-rw-r--r--src/mainboard/hp/folio_9480m/acpi/platform.asl14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/hp/folio_9480m/acpi/platform.asl b/src/mainboard/hp/folio_9480m/acpi/platform.asl
new file mode 100644
index 0000000000..8023ae826c
--- /dev/null
+++ b/src/mainboard/hp/folio_9480m/acpi/platform.asl
@@ -0,0 +1,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
+}