提交 2458ff00 编写于 作者: J Javier Martinez Canillas 提交者: 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: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
上级 12676ee1
......@@ -24,7 +24,7 @@
stdout-path = &serial_2;
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};
......
......@@ -27,7 +27,7 @@
i2c7 = &i2c_max77836;
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};
......
......@@ -27,7 +27,7 @@
i2c7 = &i2c_max77836;
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册