diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-09-03 05:37:26 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 31b5aebd5e00af84709711d8b9a60ebaf9deeed6 (patch) | |
tree | 50d2151b29e617f9f08e8a937de611a4e51e5ec0 /arch/x86/dts | |
parent | 316fd3920f67fa8d3ca25a81ceead546464145fa (diff) | |
download | u-boot-imx-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.zip u-boot-imx-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.tar.gz u-boot-imx-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.tar.bz2 |
x86: Convert to use driver model pci on quark/galileo
Move to driver model pci for Intel quark/galileo.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r-- | arch/x86/dts/galileo.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index d77ff8a..f119bf7 100644 --- a/arch/x86/dts/galileo.dts +++ b/arch/x86/dts/galileo.dts @@ -54,8 +54,11 @@ pci { #address-cells = <3>; #size-cells = <2>; - compatible = "intel,pci"; - device_type = "pci"; + compatible = "pci-x86"; + u-boot,dm-pre-reloc; + ranges = <0x02000000 0x0 0x90000000 0x90000000 0 0x20000000 + 0x42000000 0x0 0xb0000000 0xb0000000 0 0x20000000 + 0x01000000 0x0 0x2000 0x2000 0 0xe000>; pciuart0: uart@14,5 { compatible = "pci8086,0936.00", @@ -63,6 +66,7 @@ "pciclass,070002", "pciclass,0700", "x86-uart"; + u-boot,dm-pre-reloc; reg = <0x0000a500 0x0 0x0 0x0 0x0 0x0200a510 0x0 0x0 0x0 0x0>; reg-shift = <2>; |