diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-08-31 20:11:28 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-09-16 11:45:32 +0300 |
commit | 996710a8956e43227399d140ef54c72da6532443 (patch) | |
tree | 4881f440d00fd040ccaedf8b63a2c4c76feacaa4 /arch/arm/boot/dts/pm9g45.dts | |
parent | b0d0c3bba90b913ec7762187b64607d43cb855fb (diff) | |
download | linux-996710a8956e43227399d140ef54c72da6532443.tar.xz |
ARM: dts: at91: add unit-address to memory node
The memory node requires a unit-address, add it.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20200831171129.3886857-7-alexandre.belloni@bootlin.com
Diffstat (limited to 'arch/arm/boot/dts/pm9g45.dts')
-rw-r--r-- | arch/arm/boot/dts/pm9g45.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pm9g45.dts b/arch/arm/boot/dts/pm9g45.dts index f52f5eea430a..c349fd3758a6 100644 --- a/arch/arm/boot/dts/pm9g45.dts +++ b/arch/arm/boot/dts/pm9g45.dts @@ -15,7 +15,7 @@ bootargs = "console=ttyS0,115200"; }; - memory { + memory@70000000 { reg = <0x70000000 0x8000000>; }; |