Add _PR3 power resource to RTD3 driver
Change-Id: Iddfeaaf1424f7af9983167dd5e234d656e252da7
This commit is contained in:
@@ -169,7 +169,7 @@ pcie_rtd3_acpi_method_status(int pcie_rp,
|
|||||||
static void pcie_rtd3_acpi_fill_ssdt(const struct device *dev)
|
static void pcie_rtd3_acpi_fill_ssdt(const struct device *dev)
|
||||||
{
|
{
|
||||||
const struct soc_intel_common_block_pcie_rtd3_config *config = config_of(dev);
|
const struct soc_intel_common_block_pcie_rtd3_config *config = config_of(dev);
|
||||||
static const char *const power_res_states[] = {"_PR0"};
|
static const char *const power_res_states[] = {"_PR0", "_PR3"};
|
||||||
const struct device *parent = dev->bus->dev;
|
const struct device *parent = dev->bus->dev;
|
||||||
const char *scope = acpi_device_path(parent);
|
const char *scope = acpi_device_path(parent);
|
||||||
const struct opregion opregion = OPREGION("PXCS", PCI_CONFIG, 0, 0xff);
|
const struct opregion opregion = OPREGION("PXCS", PCI_CONFIG, 0, 0xff);
|
||||||
|
Reference in New Issue
Block a user