diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-27 19:54:48 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 548fb8777d06438c0a6c2177530c387b5986cb68 (patch) | |
tree | 7db289af88de5ee1de458c133b7b92c9bf7d29bc /arch/x86 | |
parent | cc6ae979e25f6b3c1db54ea0b11c1ab5be12a722 (diff) | |
download | u-boot-imx-548fb8777d06438c0a6c2177530c387b5986cb68.zip u-boot-imx-548fb8777d06438c0a6c2177530c387b5986cb68.tar.gz u-boot-imx-548fb8777d06438c0a6c2177530c387b5986cb68.tar.bz2 |
x86: panther: Add PCI and video configuration
Add a PCI node to the device tree. This allows SPI flash and SATA to work
correctly. Also configure the video to come up correctly even though there
is no keyboard.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/dts/chromebox_panther.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebox_panther.dts b/arch/x86/dts/chromebox_panther.dts index 36feb96..c60ab71 100644 --- a/arch/x86/dts/chromebox_panther.dts +++ b/arch/x86/dts/chromebox_panther.dts @@ -42,6 +42,16 @@ stdout-path = "/serial"; }; + pci { + compatible = "pci-x86"; + #address-cells = <3>; + #size-cells = <2>; + u-boot,dm-pre-reloc; + ranges = <0x02000000 0x0 0xe0000000 0xe0000000 0 0x10000000 + 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000 + 0x01000000 0x0 0x1000 0x1000 0 0xf000>; + }; + spi { #address-cells = <1>; #size-cells = <0>; |