ARM: dts: vf: Add memory node unit name

Include memory node unit name in order to fix the following W=1
warnings:

Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam
2018-03-03 19:40:41 -03:00
committed by Shawn Guo
parent c06f616d35
commit 1a2f1395af
6 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
model = "Toradex Colibri VF50 COM"; model = "Toradex Colibri VF50 COM";
compatible = "toradex,vf610-colibri_vf50", "fsl,vf500"; compatible = "toradex,vf610-colibri_vf50", "fsl,vf500";
memory { memory@80000000 {
reg = <0x80000000 0x8000000>; reg = <0x80000000 0x8000000>;
}; };

View File

@@ -46,7 +46,7 @@
model = "Toradex Colibri VF61 COM"; model = "Toradex Colibri VF61 COM";
compatible = "toradex,vf610-colibri_vf61", "fsl,vf610"; compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
memory { memory@80000000 {
reg = <0x80000000 0x10000000>; reg = <0x80000000 0x10000000>;
}; };
}; };

View File

@@ -19,7 +19,7 @@
bootargs = "console=ttyLP1,115200"; bootargs = "console=ttyLP1,115200";
}; };
memory { memory@80000000 {
reg = <0x80000000 0x10000000>; reg = <0x80000000 0x10000000>;
}; };

View File

@@ -50,7 +50,7 @@
bootargs = "console=ttyLP1,115200"; bootargs = "console=ttyLP1,115200";
}; };
memory { memory@80000000 {
reg = <0x80000000 0x8000000>; reg = <0x80000000 0x8000000>;
}; };

View File

@@ -49,7 +49,7 @@
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
memory { memory@80000000 {
reg = <0x80000000 0x20000000>; reg = <0x80000000 0x20000000>;
}; };

View File

@@ -54,7 +54,7 @@
linux,stdout-path = "&uart2"; linux,stdout-path = "&uart2";
}; };
memory { memory@8c000000 {
reg = <0x8c000000 0x3000000>; reg = <0x8c000000 0x3000000>;
}; };
}; };