arm64: dts: renesas: r8a77961: salvator-xs: Fix memory unit-address
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 9 Mar 2020 17:08:25 +0000 (18:08 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Mar 2020 09:51:20 +0000 (10:51 +0100)
Correct the unit-address of the second memory node, to match the
corresponding reg property.

Fixes: 92980759c1699a3c ("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
arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts

index 4abd78ac1cd597d9c7f156e4a750ceb9e67d4ecb..2ffc7e31dd58fc12786edc5089bcf132c159d2a6 100644 (file)
@@ -19,7 +19,7 @@
                reg = <0x0 0x48000000 0x0 0x78000000>;
        };
 
-       memory@400000000 {
+       memory@480000000 {
                device_type = "memory";
                reg = <0x4 0x80000000 0x0 0x80000000>;
        };