summaryrefslogtreecommitdiff
path: root/board/dfi/dfi-bt700/acpi/mainboard.asl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-08-16 07:58:41 -0400
committerTom Rini <trini@konsulko.com>2016-08-16 07:58:41 -0400
commit793fd86f722f5c5e13290be2074816b001359b76 (patch)
tree2c9c222cf143745a81c1f38207ef69d8b1c847ce /board/dfi/dfi-bt700/acpi/mainboard.asl
parent177381a9f9e956353deaa56d86bec47e02995ff3 (diff)
parent27daffe7cec26ec1462245e4e15c36d19d886221 (diff)
downloadu-boot-imx-793fd86f722f5c5e13290be2074816b001359b76.zip
u-boot-imx-793fd86f722f5c5e13290be2074816b001359b76.tar.gz
u-boot-imx-793fd86f722f5c5e13290be2074816b001359b76.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'board/dfi/dfi-bt700/acpi/mainboard.asl')
-rw-r--r--board/dfi/dfi-bt700/acpi/mainboard.asl13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/dfi/dfi-bt700/acpi/mainboard.asl b/board/dfi/dfi-bt700/acpi/mainboard.asl
new file mode 100644
index 0000000..544a049
--- /dev/null
+++ b/board/dfi/dfi-bt700/acpi/mainboard.asl
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* Power Button */
+Device (PWRB)
+{
+ Name(_HID, EISAID("PNP0C0C"))
+}
+
+/* TODO: Need add Nuvoton SuperIO chipset NCT6102D ASL codes */