ARM: dts: chromecast: add missing unit name to /memory node

This patch fixes the following DTC warning with W=1:

"Node /memory has a reg or ranges property, but no unit name"

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
Jisheng Zhang 2016-09-06 16:40:11 +08:00 committed by Sebastian Hesselbarth
parent 7d88dd60fe
commit f415c5e3d0

View File

@ -50,7 +50,7 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x20000000>; /* 512 MB */
};