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

查看文件

@@ -13,7 +13,7 @@
model = "IGEPv5";
compatible = "isee,omap5-igep0050", "ti,omap5";
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x7f000000>; /* 2032 MB */
};