summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/kunimitsu/acpi/mainboard.asl
blob: d9fdd023f1651eaee30b8a405c1ed924de9d3de5 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

Scope (\_SB)
{
	Device (PWRB)
	{
		Name (_HID, EisaId ("PNP0C0C"))
	}
}