summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTakeshi Kihara <takeshi.kihara.df@renesas.com>2016-12-15 16:31:29 +0100
committerSimon Horman <horms+renesas@verge.net.au>2017-01-03 10:41:39 +0100
commitd78fcc47e6814605eb90cd4ab1d79f9609ff32a4 (patch)
tree79a08003f5691301abcea962860860a7ce511034 /arch
parent5553e2196229501346f262a9ebdc4e4ed74ff45c (diff)
downloadlinux-d78fcc47e6814605eb90cd4ab1d79f9609ff32a4.tar.gz
linux-d78fcc47e6814605eb90cd4ab1d79f9609ff32a4.tar.bz2
linux-d78fcc47e6814605eb90cd4ab1d79f9609ff32a4.zip
arm64: dts: r8a7796: salvator-x: Update memory node to 4 GiB map
This patch updates memory region: - After changes, the new map of the Salvator-X board on R8A7796 SoC Bank0: 2GiB RAM : 0x000048000000 -> 0x000bfffffff Bank1: 2GiB RAM : 0x000600000000 -> 0x0067fffffff - Before changes, the old map looked like this: Bank0: 2GiB RAM : 0x000048000000 -> 0x000bfffffff Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> [geert: Correct size of old map] Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
index f35e96ca7d60..38bde9de3250 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
@@ -31,6 +31,11 @@
reg = <0x0 0x48000000 0x0 0x78000000>;
};
+ memory@600000000 {
+ device_type = "memory";
+ reg = <0x6 0x00000000 0x0 0x80000000>;
+ };
+
reg_1p8v: regulator0 {
compatible = "regulator-fixed";
regulator-name = "fixed-1.8V";