ARM: dts: am4372: 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:32 +02:00 committed by Tony Lindgren
parent a60b9f45cc
commit 9194cf4daa

View file

@ -17,7 +17,7 @@
#address-cells = <1>;
#size-cells = <1>;
memory {
memory@0 {
device_type = "memory";
reg = <0 0>;
};