ARM: dts: exynos: Add missing unit name to memory nodes in Exynos3 DTS

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: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Javier Martinez Canillas 2016-09-01 11:06:54 +02:00 committed by Krzysztof Kozlowski
parent 12676ee1a4
commit 2458ff0087
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
stdout-path = &serial_2;
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};

View file

@ -27,7 +27,7 @@
i2c7 = &i2c_max77836;
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};

View file

@ -27,7 +27,7 @@
i2c7 = &i2c_max77836;
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};