summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
diff options
context:
space:
mode:
authorValentine Barshak <valentine.barshak@cogentembedded.com>2021-03-26 13:10:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 16:10:51 +0200
commit52cc83c0282ce18a2023dc63115d3274ec5a39bd (patch)
tree2992e355de49a75e5552cffee0ec306895b89864 /arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
parent11d6c1992120f6260ff2a1f16b3064263deda39f (diff)
arm64: dts: renesas: v3msk: Fix memory size
[ Upstream commit a422ec20caef6a50cf3c1efa93538888ebd576a6 ] The V3MSK board has 2 GiB RAM according to the datasheet and schematics. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> [geert: Verified schematics] Fixes: cc3e267e9bb0ce7f ("arm64: dts: renesas: initial V3MSK board device tree") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20210326121050.1578460-1-geert+renesas@glider.be Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
index d7c7b9156e08..5c391248ddb3 100644
--- a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
@@ -59,7 +59,7 @@
memory@48000000 {
device_type = "memory";
/* first 128MB is reserved for secure area. */
- reg = <0x0 0x48000000 0x0 0x38000000>;
+ reg = <0x0 0x48000000 0x0 0x78000000>;
};
osc5_clk: osc5-clock {