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>
Este commit está contenido en:
Javier Martinez Canillas
2016-08-31 12:35:28 +02:00
cometido por Tony Lindgren
padre 81777ff9dd
commit 742ae1f945
Se han modificado 5 ficheros con 5 adiciones y 5 borrados

Ver fichero

@@ -8,7 +8,7 @@
#include "elpida_ecb240abacn.dtsi"
/ {
memory {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
};