summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/acpi/pd.asl
blob: c3189a9e1db3bd4b68e6298bcdd5c0ce773ebe0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Device (ECPD)
{
	Name (_HID, "GOOG0003")
	Name (_UID, 1)
	Name (_DDN, "EC PD Device")
	Method(_STA, 0)
	{
		Return (0xB)
	}
}