From efeb6903fe08cd043dcd029d1c492be51f78aa50 Mon Sep 17 00:00:00 2001 From: Venkateswarlu Vinjamuri Date: Mon, 9 Apr 2018 11:14:42 -0700 Subject: soc/intel/apollolake: Configure PCIe root port #1 for APL WiFi APL uses PCIe root port 1 (PCIe ID 14.0) for discrete PCIe wifi card. BUG=None BRANCH=None TEST=Use Stone Peak discrete wifi card and test s0ix. Change-Id: Ia81722f4533916fe93009a73d86765e5de9dab08 Signed-off-by: Venkateswarlu Vinjamuri Reviewed-on: https://review.coreboot.org/25637 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/intel/apollolake/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/apollolake/chip.c') diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c index cac2c0061c..79374cadd1 100644 --- a/src/soc/intel/apollolake/chip.c +++ b/src/soc/intel/apollolake/chip.c @@ -111,7 +111,7 @@ static const char *soc_acpi_name(const struct device *dev) case PCH_DEVFN_SDIO: return "SDIO"; /* PCIe */ - case PCH_DEVFN_PCIE1: + case PCH_DEVFN_PCIE5: return "RP01"; } -- cgit v1.2.3