summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/xdci
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2017-05-05 16:52:52 -0500
committerMartin Roth <martinroth@google.com>2017-05-06 00:33:24 +0200
commitf27d98fadc004826565aabd554569d6e2f07b0eb (patch)
tree7d6688519a8eab3e163ac09e6abdf4432fb82f83 /src/soc/intel/common/block/xdci
parentde705fa1f470683b9ea4ad91c1a9ae5a98942612 (diff)
downloadcoreboot-f27d98fadc004826565aabd554569d6e2f07b0eb.tar.gz
coreboot-f27d98fadc004826565aabd554569d6e2f07b0eb.tar.bz2
coreboot-f27d98fadc004826565aabd554569d6e2f07b0eb.zip
soc/intel/common/block: correct apollolake device ids
The device ids changed names between patches. Fix them to not break the build any more. Change-Id: I1d74d95ec6b516c4d8354a714b2b302557743fe0 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/19600 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/common/block/xdci')
-rw-r--r--src/soc/intel/common/block/xdci/xdci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/xdci/xdci.c b/src/soc/intel/common/block/xdci/xdci.c
index c9cc63230420..c5d4e002a156 100644
--- a/src/soc/intel/common/block/xdci/xdci.c
+++ b/src/soc/intel/common/block/xdci/xdci.c
@@ -30,7 +30,7 @@ static struct device_operations usb_xdci_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DEVICE_ID_INTEL_APOLLOLAKE_XDCI,
+ PCI_DEVICE_ID_INTEL_APL_XDCI,
PCI_DEVICE_ID_INTEL_GLK_XDCI,
PCI_DEVICE_ID_INTEL_SPT_LP_XDCI,
0