diff options
Diffstat (limited to 'src/soc/intel/meteorlake')
-rw-r--r-- | src/soc/intel/meteorlake/acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/acpi.c b/src/soc/intel/meteorlake/acpi.c index 14aece3098..c679af321a 100644 --- a/src/soc/intel/meteorlake/acpi.c +++ b/src/soc/intel/meteorlake/acpi.c @@ -170,7 +170,6 @@ void soc_fill_fadt(acpi_fadt_t *fadt) static struct min_sleep_state min_pci_sleep_states[] = { { SA_DEVFN_ROOT, ACPI_DEVICE_SLEEP_D3 }, { SA_DEVFN_IGD, ACPI_DEVICE_SLEEP_D3 }, - { PCI_DEVFN_DPTF, ACPI_DEVICE_SLEEP_D3 }, { PCI_DEVFN_IPU, ACPI_DEVICE_SLEEP_D3 }, { PCI_DEVFN_TBT0, ACPI_DEVICE_SLEEP_D3 }, { PCI_DEVFN_TBT1, ACPI_DEVICE_SLEEP_D3 }, |