/* SPDX-License-Identifier: GPL-2.0-only */ #include DefinitionBlock( "dsdt.aml", "DSDT", ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, 0x20141018 /* OEM revision */ ) { #include #include #include #include Device (\_SB.PCI0) { #include #include } /* FIXME: We cannot override the default _WAK and _PTS in soc/broadwell */ /* #include "acpi/platform.asl" */ }