aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl')
-rw-r--r--src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl b/src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl
new file mode 100644
index 0000000000..b84cada0a4
--- /dev/null
+++ b/src/mainboard/asus/p8h61-m_lx3_r2_0/acpi/platform.asl
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+Method(_PTS, 1)
+{
+}
+
+Method(_WAK, 1)
+{
+ Return(Package(){0, 0})
+}