ARM: dts: am335x: 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:30 +02:00
提交者 Tony Lindgren
父節點 bfa130bbac
當前提交 278cb79cc1
共有 14 個檔案被更改,包括 14 行新增14 行删除

查看文件

@@ -20,7 +20,7 @@
};
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};