Commit 36845345 authored by Gregory CLEMENT's avatar Gregory CLEMENT

ARM64: dts: marvell: Fixup memory DT warning for Armada 37xx

memory has a reg property so the unit name should contain an address.
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 70347888
......@@ -56,7 +56,7 @@ chosen {
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
};
......
......@@ -55,7 +55,7 @@ chosen {
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
};
......
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