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

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:53 +02:00 committed by Krzysztof Kozlowski
parent 1354835a89
commit 12676ee1a4
16 changed files with 18 additions and 5 deletions

View File

@ -13,11 +13,12 @@
* published by the Free Software Foundation.
*/
#include "skeleton.dtsi"
#include "exynos-syscon-restart.dtsi"
/ {
interrupt-parent = <&gic>;
#address-cells = <1>;
#size-cells = <1>;
aliases {
i2c0 = &i2c_0;

View File

@ -21,6 +21,7 @@
compatible = "insignal,arndale", "samsung,exynos5250", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x40000000 0x80000000>;
};

View File

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

View File

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

View File

@ -21,6 +21,7 @@
compatible = "google,spring", "samsung,exynos5250", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x40000000 0x80000000>;
};

View File

@ -17,6 +17,7 @@
compatible = "samsung,xyref5260", "samsung,exynos5260", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x20000000 0x80000000>;
};

View File

@ -9,13 +9,13 @@
* published by the Free Software Foundation.
*/
#include "skeleton.dtsi"
#include <dt-bindings/clock/exynos5260-clk.h>
/ {
compatible = "samsung,exynos5260", "samsung,exynos5";
interrupt-parent = <&gic>;
#address-cells = <1>;
#size-cells = <1>;
aliases {
pinctrl0 = &pinctrl_0;

View File

@ -22,6 +22,7 @@
compatible = "hardkernel,odroid-xu", "samsung,exynos5410", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x40000000 0x7ea00000>;
};

View File

@ -17,6 +17,7 @@
compatible = "samsung,smdk5410", "samsung,exynos5410", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x40000000 0x80000000>;
};

View File

@ -23,6 +23,7 @@
compatible = "insignal,arndale-octa", "samsung,exynos5420", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x20000000 0x80000000>;
};

View File

@ -80,6 +80,7 @@
};
memory {
device_type = "memory";
reg = <0x20000000 0x80000000>;
};

View File

@ -20,6 +20,7 @@
compatible = "samsung,smdk5420", "samsung,exynos5420", "samsung,exynos5";
memory {
device_type = "memory";
reg = <0x20000000 0x80000000>;
};

View File

@ -22,6 +22,7 @@
/ {
memory {
device_type = "memory";
reg = <0x40000000 0x7EA00000>;
};

View File

@ -10,12 +10,13 @@
*/
#include <dt-bindings/clock/exynos5440.h>
#include "skeleton.dtsi"
/ {
compatible = "samsung,exynos5440", "samsung,exynos5";
interrupt-parent = <&gic>;
#address-cells = <1>;
#size-cells = <1>;
aliases {
serial0 = &serial_0;

View File

@ -14,7 +14,6 @@
* published by the Free Software Foundation.
*/
#include "skeleton.dtsi"
#include "exynos5.dtsi"
/ {

View File

@ -80,6 +80,7 @@
};
memory {
device_type = "memory";
reg = <0x20000000 0x80000000>;
};