summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bostentech/gbyt4/acpi/mainboard.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/bostentech/gbyt4/acpi/mainboard.asl')
-rw-r--r--src/mainboard/bostentech/gbyt4/acpi/mainboard.asl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/bostentech/gbyt4/acpi/mainboard.asl b/src/mainboard/bostentech/gbyt4/acpi/mainboard.asl
new file mode 100644
index 000000000000..d679d2e2bb1e
--- /dev/null
+++ b/src/mainboard/bostentech/gbyt4/acpi/mainboard.asl
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/*
+ * NOTE: this has to be here even when the board has no LPE audio, otherwise
+ * it breaks the SOC specific ACPI code
+ */
+Scope (\_SB.PCI0.LPEA)
+{
+ Name (GBUF, ResourceTemplate () {})
+}