Skip to content

Commit

Permalink
arm64: dts: renesas: v3msk: Fix memory size
Browse files Browse the repository at this point in the history
[ Upstream commit a422ec2 ]

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: cc3e267 ("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>
  • Loading branch information
vbce authored and gregkh committed Jul 20, 2021
1 parent ab4d76e commit b02a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
Expand Up @@ -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 {
Expand Down

0 comments on commit b02a650

Please sign in to comment.