ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3

The skeleton.dtsi file was removed in ARM64 for different reasons as
explained in commit ("3ebee5a2e141 arm64: dts: kill skeleton.dtsi").

These also applies to ARM and it will also allow to get rid of the
following DTC warnings in the future:

"Node /memory has a reg or ranges property, but no unit name"

The disassembled DTB are almost the same besides an empty chosen
node being removed and nodes reordered, so it should not have
functional changes.

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:51 +02:00
committed by Krzysztof Kozlowski
父節點 91e723c609
當前提交 33c3de7e6b
共有 4 個文件被更改,包括 5 次插入1 次删除

查看文件

@@ -28,6 +28,7 @@
};
memory {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};