aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8h61-m_pro/dsdt.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p8h61-m_pro/dsdt.asl')
-rw-r--r--src/mainboard/asus/p8h61-m_pro/dsdt.asl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/asus/p8h61-m_pro/dsdt.asl b/src/mainboard/asus/p8h61-m_pro/dsdt.asl
index ab7409ca3b..6714eb7b2a 100644
--- a/src/mainboard/asus/p8h61-m_pro/dsdt.asl
+++ b/src/mainboard/asus/p8h61-m_pro/dsdt.asl
@@ -14,12 +14,13 @@
*/
#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
+#include <arch/acpi.h>
DefinitionBlock(
"dsdt.aml",
"DSDT",
0x02, // DSDT revision: ACPI v2.0 and up
- "COREv4", // OEM id
- "COREBOOT", // OEM table id
+ OEM_ID,
+ ACPI_TABLE_CREATOR,
0x20141018 // OEM revision
)
{