summaryrefslogtreecommitdiffstats
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 16:11:41 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 12:09:40 +0800
commitcdc337ed8f5b695f767c37f266f7c4873517a189 (patch)
tree97e1bbedfc931cbdc7989d0e2f94fcf4fe6b4be3 /arch/x86/dts
parent4e1907290720cac9c13422f1821a36254575fd73 (diff)
downloadblackbird-obmc-uboot-cdc337ed8f5b695f767c37f266f7c4873517a189.tar.gz
blackbird-obmc-uboot-cdc337ed8f5b695f767c37f266f7c4873517a189.zip
x86: ivybridge: Drop the special PCI driver
There is nothing special about the ivybridge pci driver now, so just use the generic one. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/chromebook_link.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts
index 022b04c379..18305a33e5 100644
--- a/arch/x86/dts/chromebook_link.dts
+++ b/arch/x86/dts/chromebook_link.dts
@@ -193,7 +193,7 @@
};
pci {
- compatible = "intel,pci-ivybridge", "pci-x86";
+ compatible = "pci-x86";
#address-cells = <3>;
#size-cells = <2>;
u-boot,dm-pre-reloc;
OpenPOWER on IntegriCloud