Commit 1a2f1395 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c06f616d
......@@ -46,7 +46,7 @@ / {
model = "Toradex Colibri VF50 COM";
compatible = "toradex,vf610-colibri_vf50", "fsl,vf500";
memory {
memory@80000000 {
reg = <0x80000000 0x8000000>;
};
......
......@@ -46,7 +46,7 @@ / {
model = "Toradex Colibri VF61 COM";
compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
memory {
memory@80000000 {
reg = <0x80000000 0x10000000>;
};
};
......
......@@ -19,7 +19,7 @@ chosen {
bootargs = "console=ttyLP1,115200";
};
memory {
memory@80000000 {
reg = <0x80000000 0x10000000>;
};
......
......@@ -50,7 +50,7 @@ chosen {
bootargs = "console=ttyLP1,115200";
};
memory {
memory@80000000 {
reg = <0x80000000 0x8000000>;
};
......
......@@ -49,7 +49,7 @@ chosen {
stdout-path = "serial0:115200n8";
};
memory {
memory@80000000 {
reg = <0x80000000 0x20000000>;
};
......
......@@ -54,7 +54,7 @@ chosen {
linux,stdout-path = "&uart2";
};
memory {
memory@8c000000 {
reg = <0x8c000000 0x3000000>;
};
};
......
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