aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/chip.c
diff options
context:
space:
mode:
authorVenkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri@intel.com>2018-04-12 10:13:43 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-04-17 10:42:46 +0000
commitf03c63ef956b53c691567e0bc3a4b61357155755 (patch)
tree09ad4139129329c6036e3c1f69f54e6a6981e4fe /src/soc/intel/apollolake/chip.c
parentefeb6903fe08cd043dcd029d1c492be51f78aa50 (diff)
soc/intel/apollolake: Configure PCIe root port #3 for GLK WiFi
GLK Octopus uses PCIe root port #3 (PCIe ID 13.0) for discrete PCIe wifi card. BUG=None BRANCH=None TEST=Use Stone Peak discrete wifi card and test s0ix. Change-Id: I8a064c5d97e4765bd97ec560c89b207b574b1fa1 Signed-off-by: Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri@intel.com> Reviewed-on: https://review.coreboot.org/25638 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/apollolake/chip.c')
-rw-r--r--src/soc/intel/apollolake/chip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 79374cadd1..c563f54438 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -111,6 +111,8 @@ static const char *soc_acpi_name(const struct device *dev)
case PCH_DEVFN_SDIO:
return "SDIO";
/* PCIe */
+ case PCH_DEVFN_PCIE1:
+ return "RP03";
case PCH_DEVFN_PCIE5:
return "RP01";
}