summaryrefslogtreecommitdiff
path: root/arch/x86/dts/qemu-x86_i440fx.dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-01-18 11:32:57 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-02-07 05:27:11 (GMT)
commit2cffd90f14de4fafe953145f3a72fd0fdbf631b2 (patch)
tree9a26b3313aa653219a829fcb5dfa72d92c4283ed /arch/x86/dts/qemu-x86_i440fx.dts
parent63767071d977d428264769fe7923da6a59cb166b (diff)
downloadu-boot-2cffd90f14de4fafe953145f3a72fd0fdbf631b2.tar.xz
x86: qemu: Set up device tree for SPL
Add the correct pre-relocation tag so that the required device tree nodes are present in the SPL device tree. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/qemu-x86_i440fx.dts')
-rw-r--r--arch/x86/dts/qemu-x86_i440fx.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/dts/qemu-x86_i440fx.dts b/arch/x86/dts/qemu-x86_i440fx.dts
index 9c3f2a0..afea14e 100644
--- a/arch/x86/dts/qemu-x86_i440fx.dts
+++ b/arch/x86/dts/qemu-x86_i440fx.dts
@@ -29,10 +29,12 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
+ u-boot,dm-pre-reloc;
cpu@0 {
device_type = "cpu";
compatible = "cpu-qemu";
+ u-boot,dm-pre-reloc;
reg = <0>;
intel,apic-id = <0>;
};
@@ -54,9 +56,11 @@
pch@1,0 {
reg = <0x00000800 0 0 0 0>;
compatible = "intel,pch7";
+ u-boot,dm-pre-reloc;
irq-router {
compatible = "intel,irq-router";
+ u-boot,dm-pre-reloc;
intel,pirq-config = "pci";
intel,pirq-link = <0x60 4>;
intel,pirq-mask = <0x0e40>;