Commit 33c3de7e authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Krzysztof Kozlowski

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

The skeleton.dtsi file was removed in ARM64 for different reasons as
explained in commit ("3ebee5a2 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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 91e723c6
......@@ -25,6 +25,7 @@ chosen {
};
memory {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};
......
......@@ -28,6 +28,7 @@ aliases {
};
memory {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};
......
......@@ -28,6 +28,7 @@ aliases {
};
memory {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
};
......
......@@ -17,7 +17,6 @@
* published by the Free Software Foundation.
*/
#include "skeleton.dtsi"
#include "exynos4-cpu-thermal.dtsi"
#include "exynos-syscon-restart.dtsi"
#include <dt-bindings/clock/exynos3250.h>
......@@ -25,6 +24,8 @@
/ {
compatible = "samsung,exynos3250";
interrupt-parent = <&gic>;
#address-cells = <1>;
#size-cells = <1>;
aliases {
pinctrl0 = &pinctrl_0;
......
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