aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/acpi/acpi/pmc.asl
blob: ddf6470096424bd90921c24e136563e9f266a569 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

Device (PEPD)
{
	Name (_HID, "INT33A1" /* Intel Power Engine */)
	Name (_CID, EisaId ("PNP0D80") /* System Power Management Controller */)
	Name (_UID, One)
}