summaryrefslogtreecommitdiff
path: root/board/advantech/som-db5800-som-6867/acpi/mainboard.asl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-07-12 12:15:17 (GMT)
committerTom Rini <trini@konsulko.com>2016-07-12 12:15:17 (GMT)
commitb8e599746cac1833328bc3a8e37eeefe346baf90 (patch)
treeec49cc9ac3c8638fe11774e945cf0bcc4e87c1f4 /board/advantech/som-db5800-som-6867/acpi/mainboard.asl
parentbff97dde8c8cf6fd5f04bb26fca83f61eadc1741 (diff)
parent9532fe3b40ddf66ef976dee3d5cf1d8b3396bf4d (diff)
downloadu-boot-b8e599746cac1833328bc3a8e37eeefe346baf90.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'board/advantech/som-db5800-som-6867/acpi/mainboard.asl')
-rw-r--r--board/advantech/som-db5800-som-6867/acpi/mainboard.asl11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/advantech/som-db5800-som-6867/acpi/mainboard.asl b/board/advantech/som-db5800-som-6867/acpi/mainboard.asl
new file mode 100644
index 0000000..21785ea
--- /dev/null
+++ b/board/advantech/som-db5800-som-6867/acpi/mainboard.asl
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* Power Button */
+Device (PWRB)
+{
+ Name(_HID, EISAID("PNP0C0C"))
+}