提交 bfa130bb 编写于 作者: J Javier Martinez Canillas 提交者: Tony Lindgren

ARM: dts: omap5: Add missing unit name to memory nodes

This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 742ae1f9
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
model = "CompuLab CM-T54"; model = "CompuLab CM-T54";
compatible = "compulab,omap5-cm-t54", "ti,omap5"; compatible = "compulab,omap5-cm-t54", "ti,omap5";
memory { memory@80000000 {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x7F000000>; /* 2048 MB */ reg = <0x80000000 0x7F000000>; /* 2048 MB */
}; };
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
model = "IGEPv5"; model = "IGEPv5";
compatible = "isee,omap5-igep0050", "ti,omap5"; compatible = "isee,omap5-igep0050", "ti,omap5";
memory { memory@80000000 {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x7f000000>; /* 2032 MB */ reg = <0x80000000 0x7f000000>; /* 2032 MB */
}; };
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
model = "TI OMAP5 uEVM board"; model = "TI OMAP5 uEVM board";
compatible = "ti,omap5-uevm", "ti,omap5"; compatible = "ti,omap5-uevm", "ti,omap5";
memory { memory@80000000 {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x7F000000>; /* 2032 MB */ reg = <0x80000000 0x7F000000>; /* 2032 MB */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册