diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-03-09 18:08:25 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-03-12 10:51:20 +0100 |
commit | 04456450f54b1ed87a8cea7b862d162faf8fe096 (patch) | |
tree | 4f3cc0ebc8db12dab8e1d66c1ef72c816806974c /arch/arm64/boot/dts/renesas | |
parent | arm64: dts: renesas: Add support for M3ULCB with R-Car M3-W+ (diff) | |
download | linux-04456450f54b1ed87a8cea7b862d162faf8fe096.tar.xz linux-04456450f54b1ed87a8cea7b862d162faf8fe096.zip |
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: 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
Diffstat (limited to 'arch/arm64/boot/dts/renesas')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts b/arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts index 4abd78ac1cd5..2ffc7e31dd58 100644 --- a/arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts +++ b/arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts @@ -19,7 +19,7 @@ reg = <0x0 0x48000000 0x0 0x78000000>; }; - memory@400000000 { + memory@480000000 { device_type = "memory"; reg = <0x4 0x80000000 0x0 0x80000000>; }; |