blob: beb9d93ec91660d4fb01cf8a78d40ea790188806 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
George McCollister215099a2016-06-21 12:07:33 -05002/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
George McCollister215099a2016-06-21 12:07:33 -05004 */
5
6/* Power Button */
7Device (PWRB)
8{
9 Name(_HID, EISAID("PNP0C0C"))
10}