summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/icelake_rvp/acpi/mainboard.asl
blob: 84b59cb78e154bdb49205c0b97f985cfe7044814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#if CONFIG(EC_GOOGLE_CHROMEEC)
Scope (\_SB)
{
	Device (PWRB)
	{
		Name (_HID, EisaId ("PNP0C0C"))
	}
}
#endif