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: 92980759c1 ("arm64: dts: renesas: Add support for Salvator-XS with R-Car M3-W+")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200309170825.20882-1-geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2020-03-09 18:08:25 +01:00
parent 42afeb28d2
commit 04456450f5

View File

@ -19,7 +19,7 @@
reg = <0x0 0x48000000 0x0 0x78000000>;
};
memory@400000000 {
memory@480000000 {
device_type = "memory";
reg = <0x4 0x80000000 0x0 0x80000000>;
};