ARM: dts: omap4: 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: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
此提交包含在:
Javier Martinez Canillas
2016-08-31 12:35:28 +02:00
提交者 Tony Lindgren
父節點 81777ff9dd
當前提交 742ae1f945
共有 5 個檔案被更改,包括 5 行新增5 行删除

查看文件

@@ -14,7 +14,7 @@
model = "TI OMAP4 SDP board";
compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
};