soc/intel/meteorlake: Add missing minimum D-state for SMBUS
Fixes: Unknown min d_state for PCI: 00:1f.4 Change-Id: I73f84c09bece297194813202f17666741ad33d3a Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
This commit is contained in:
parent
c8a7422de7
commit
8c10359377
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ static struct min_sleep_state min_pci_sleep_states[] = {
|
|||
{ PCI_DEVFN_ESPI, ACPI_DEVICE_SLEEP_D0 },
|
||||
{ PCH_DEVFN_PMC, ACPI_DEVICE_SLEEP_D0 },
|
||||
{ PCI_DEVFN_HDA, ACPI_DEVICE_SLEEP_D0 },
|
||||
{ PCI_DEVFN_SMBUS, ACPI_DEVICE_SLEEP_D0 },
|
||||
{ PCI_DEVFN_SPI, ACPI_DEVICE_SLEEP_D3 },
|
||||
{ PCI_DEVFN_GBE, ACPI_DEVICE_SLEEP_D3 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue