ARM: dts: socfpga: Add unit name to memory nodes

Memory nodes in Arria5, Cyclone5 and Arria10 do not have a unit name.
This will trigger several warnings like this one (when compiled with
W=1):

Node /memory has a reg or ranges property, but no unit name

Add the corresponding unit name to each node.

Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Florian Vaussard 2017-02-27 10:38:39 -06:00 committed by Dinh Nguyen
parent 9f24e81659
commit 332ddfab42
10 changed files with 10 additions and 10 deletions

View File

@ -30,7 +30,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -26,7 +26,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -25,7 +25,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -21,7 +21,7 @@
model = "Aries/DENX MCV";
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1 GiB */

View File

@ -26,7 +26,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -26,7 +26,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -25,7 +25,7 @@
bootargs = "console=ttyS0,115200";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -28,7 +28,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>;

View File

@ -57,7 +57,7 @@
bootargs = "console=ttyS0,115200";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */

View File

@ -26,7 +26,7 @@
bootargs = "console=ttyS0,57600";
};
memory {
memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1 GB */