mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
sh: r2dplus: Fix missing PCI range
Add missing PCI range for translating DRAM to bus addresses. This fixes e.g. PCI NIC interface and allows network to work in QEMU. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
fa7cff834f
commit
a12c90a28d
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
#size-cells = <2>;
|
||||
#interrupt-cells = <1>;
|
||||
ranges = <0x01000000 0 0xfe240000 0 0xfe240000 0 0x00040000
|
||||
0x02000000 0 0xfd000000 0 0xfd000000 0 0x01000000>;
|
||||
0x02000000 0 0xfd000000 0 0xfd000000 0 0x01000000
|
||||
0x42000000 0 0x0c000000 0 0x8c000000 0 0x04000000>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue