summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-09-14 22:18:09 +0300
committerMarek Vasut <marex@denx.de>2019-09-14 22:28:55 +0300
commita12c90a28ddecac23ff09d8564c10dc9d9df7e46 (patch)
tree4e49ddf09adc022f041508652e6951e9087adf3f /arch/sh
parentfa7cff834f2b510ec37027b6d4c5e9f87efea3d3 (diff)
downloadu-boot-a12c90a28ddecac23ff09d8564c10dc9d9df7e46.tar.xz
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/dts/sh7751-r2dplus.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/dts/sh7751-r2dplus.dts b/arch/sh/dts/sh7751-r2dplus.dts
index ecaf0772d8..efaeb33e36 100644
--- a/arch/sh/dts/sh7751-r2dplus.dts
+++ b/arch/sh/dts/sh7751-r2dplus.dts
@@ -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>;
};
};