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