提交 1a2f1395 编写于 作者: F Fabio Estevam 提交者: 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: NFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 c06f616d
...@@ -46,7 +46,7 @@ ...@@ -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>;
}; };
......
...@@ -46,7 +46,7 @@ ...@@ -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>;
}; };
}; };
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
bootargs = "console=ttyLP1,115200"; bootargs = "console=ttyLP1,115200";
}; };
memory { memory@80000000 {
reg = <0x80000000 0x10000000>; reg = <0x80000000 0x10000000>;
}; };
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
bootargs = "console=ttyLP1,115200"; bootargs = "console=ttyLP1,115200";
}; };
memory { memory@80000000 {
reg = <0x80000000 0x8000000>; reg = <0x80000000 0x8000000>;
}; };
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
memory { memory@80000000 {
reg = <0x80000000 0x20000000>; reg = <0x80000000 0x20000000>;
}; };
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
linux,stdout-path = "&uart2"; linux,stdout-path = "&uart2";
}; };
memory { memory@8c000000 {
reg = <0x8c000000 0x3000000>; reg = <0x8c000000 0x3000000>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册