ARM: dts: dra7: 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>
This commit is contained in:
Javier Martinez Canillas
2016-08-31 12:35:37 +02:00
committed by Tony Lindgren
parent 387117c127
commit 5c4d9f0d49
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
/ {
model = "TI DRA722 Rev C EVM";
memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x80000000>; /* 2GB */
};