soc/intel/tigerlake: Add PEG0 device to ACPI
Change-Id: If2f8220f05ca7d3f5f1a2e12ca8752c934525466
This commit is contained in:
committed by
Jeremy Soller
parent
020f2b8897
commit
d695a261af
@@ -96,6 +96,11 @@ Method (IRQM, 1, Serialized) {
|
||||
}
|
||||
}
|
||||
|
||||
Device (PEG0)
|
||||
{
|
||||
Name (_ADR, 0x00060000)
|
||||
}
|
||||
|
||||
Device (RP01)
|
||||
{
|
||||
Name (_ADR, 0x001C0000)
|
||||
|
@@ -67,6 +67,7 @@ const char *soc_acpi_name(const struct device *dev)
|
||||
|
||||
switch (dev->path.pci.devfn) {
|
||||
case SA_DEVFN_ROOT: return "MCHC";
|
||||
case SA_DEVFN_CPU_PCIE: return "PEG0";
|
||||
case SA_DEVFN_TCSS_XDCI: return "TXDC";
|
||||
case SA_DEVFN_TBT0: return "TRP0";
|
||||
case SA_DEVFN_TBT1: return "TRP1";
|
||||
|
Reference in New Issue
Block a user