Commit 04456450 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

arm64: dts: renesas: r8a77961: salvator-xs: Fix memory unit-address

Correct the unit-address of the second memory node, to match the
corresponding reg property.

Fixes: 92980759 ("arm64: dts: renesas: Add support for Salvator-XS with R-Car M3-W+")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200309170825.20882-1-geert+renesas@glider.be
parent 42afeb28
......@@ -19,7 +19,7 @@ memory@48000000 {
reg = <0x0 0x48000000 0x0 0x78000000>;
};
memory@400000000 {
memory@480000000 {
device_type = "memory";
reg = <0x4 0x80000000 0x0 0x80000000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment