diff options
author | Bin Meng | 2015-07-19 00:20:07 +0800 |
---|---|---|
committer | Simon Glass | 2015-07-28 10:36:24 -0600 |
commit | a2771943415c41b7a730e89e8eba9a43a4fa3fad (patch) | |
tree | f2214bd61db523c032b2770525ccb449293549f3 /arch/x86/dts/crownbay.dts | |
parent | d11d9ef1579ed7ee58b28828a67b7e174c571fb3 (diff) |
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/crownbay.dts')
-rw-r--r-- | arch/x86/dts/crownbay.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index 60da1f544bc..3af9cc3d260 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>; |