summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-18 16:20:07 (GMT)
committerSimon Glass <sjg@chromium.org>2015-07-28 16:36:24 (GMT)
commita2771943415c41b7a730e89e8eba9a43a4fa3fad (patch)
treef2214bd61db523c032b2770525ccb449293549f3 /arch/x86/dts
parentd11d9ef1579ed7ee58b28828a67b7e174c571fb3 (diff)
downloadu-boot-a2771943415c41b7a730e89e8eba9a43a4fa3fad.tar.xz
x86: Convert to use driver model pci on queensbay/crownbay
Move to driver model pci for Intel queensbay/crownbay. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/crownbay.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
index 60da1f5..3af9cc3 100644
--- a/arch/x86/dts/crownbay.dts
+++ b/arch/x86/dts/crownbay.dts
@@ -90,8 +90,12 @@
pci {
#address-cells = <3>;
#size-cells = <2>;
- compatible = "intel,pci";
+ compatible = "pci-x86";
device_type = "pci";
+ u-boot,dm-pre-reloc;
+ ranges = <0x02000000 0x0 0x40000000 0x40000000 0 0x80000000
+ 0x42000000 0x0 0xc0000000 0xc0000000 0 0x20000000
+ 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
pcie@17,0 {
#address-cells = <3>;