blob: 4863fbf6d97361b94f6dd160c48b3f805bd81b4a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefan Roeseb1ad6c62016-08-15 13:50:49 +02002/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
Stefan Roeseb1ad6c62016-08-15 13:50:49 +02004 */
5
6/* Power Button */
7Device (PWRB)
8{
9 Name(_HID, EISAID("PNP0C0C"))
10}
11
12/* TODO: Need add Nuvoton SuperIO chipset NCT6102D ASL codes */