aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r--src/soc/intel/common/block/acpi/acpi/pch_glan.asl15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi/pch_glan.asl b/src/soc/intel/common/block/acpi/acpi/pch_glan.asl
new file mode 100644
index 0000000000..6bf733d739
--- /dev/null
+++ b/src/soc/intel/common/block/acpi/acpi/pch_glan.asl
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/* Intel Gigabit Ethernet Controller 0:1f.6 */
+#include <soc/gpe.h>
+
+Device (GLAN)
+{
+ Name (_ADR, 0x001f0006)
+
+ Name (_S0W, 3)
+
+ Name (_PRW, Package() {GPE0_PME_B0, 4})
+
+ Method (_DSW, 3) {}
+}