Commit 2458ff00 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Krzysztof Kozlowski

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 12676ee1
...@@ -24,7 +24,7 @@ chosen { ...@@ -24,7 +24,7 @@ chosen {
stdout-path = &serial_2; stdout-path = &serial_2;
}; };
memory { memory@40000000 {
device_type = "memory"; device_type = "memory";
reg = <0x40000000 0x1ff00000>; reg = <0x40000000 0x1ff00000>;
}; };
......
...@@ -27,7 +27,7 @@ aliases { ...@@ -27,7 +27,7 @@ aliases {
i2c7 = &i2c_max77836; i2c7 = &i2c_max77836;
}; };
memory { memory@40000000 {
device_type = "memory"; device_type = "memory";
reg = <0x40000000 0x1ff00000>; reg = <0x40000000 0x1ff00000>;
}; };
......
...@@ -27,7 +27,7 @@ aliases { ...@@ -27,7 +27,7 @@ aliases {
i2c7 = &i2c_max77836; i2c7 = &i2c_max77836;
}; };
memory { memory@40000000 {
device_type = "memory"; device_type = "memory";
reg = <0x40000000 0x1ff00000>; reg = <0x40000000 0x1ff00000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment