aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/apollolake/chip.c')
-rw-r--r--src/soc/intel/apollolake/chip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 69ee122906..eeac6cee5e 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -102,6 +102,9 @@ static const char *soc_acpi_name(struct device *dev)
return "EMMC";
case SDIO_DEVFN:
return "SDIO";
+ /* PCIe */
+ case PCIEB0_DEVFN:
+ return "RP01";
}
return NULL;