summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/acpi/lpc.asl
blob: 9fb027ade116d750b162c06034435ff6d116eb8e (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

// Intel LPC Bus Device  - 0:1f.0
#include <soc/intel/common/block/acpi/acpi/lpc.asl>

Scope (\_SB.PCI0.LPCB)
{
	#include <acpi/ec.asl>
	#include <acpi/superio.asl>
}