Commit 1354835a authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Krzysztof Kozlowski

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

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 33c3de7e
......@@ -21,11 +21,12 @@
#include <dt-bindings/clock/exynos4.h>
#include <dt-bindings/clock/exynos-audss-clk.h>
#include "skeleton.dtsi"
#include "exynos-syscon-restart.dtsi"
/ {
interrupt-parent = <&gic>;
#address-cells = <1>;
#size-cells = <1>;
aliases {
spi0 = &spi_0;
......
......@@ -25,6 +25,7 @@ / {
compatible = "insignal,origen", "samsung,exynos4210", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x10000000
0x50000000 0x10000000
0x60000000 0x10000000
......
......@@ -24,6 +24,7 @@ / {
compatible = "samsung,smdkv310", "samsung,exynos4210", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x80000000>;
};
......
......@@ -21,6 +21,7 @@ / {
compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x10000000
0x50000000 0x10000000
0x60000000 0x10000000
......
......@@ -21,6 +21,7 @@ / {
compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x10000000
0x50000000 0x10000000>;
};
......
......@@ -19,6 +19,7 @@ / {
compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x7FF00000>;
};
......
......@@ -19,6 +19,7 @@ / {
compatible = "hardkernel,odroid-x", "samsung,exynos4412", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x3FF00000>;
};
......
......@@ -18,6 +18,7 @@ / {
compatible = "hardkernel,odroid-x2", "samsung,exynos4412", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x7FF00000>;
};
};
......
......@@ -23,6 +23,7 @@ / {
compatible = "insignal,origen4412", "samsung,exynos4412", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x40000000>;
};
......
......@@ -21,6 +21,7 @@ / {
compatible = "samsung,smdk4412", "samsung,exynos4412", "samsung,exynos4";
memory {
device_type = "memory";
reg = <0x40000000 0x40000000>;
};
......
......@@ -24,6 +24,7 @@ chosen {
};
memory {
device_type = "memory";
reg = <0x40000000 0x40000000>;
};
......
......@@ -31,6 +31,7 @@ aliases {
};
memory {
device_type = "memory";
reg = <0x40000000 0x40000000>;
};
......
......@@ -16,13 +16,14 @@
* published by the Free Software Foundation.
*/
#include "skeleton.dtsi"
#include <dt-bindings/clock/exynos4415.h>
#include <dt-bindings/clock/exynos-audss-clk.h>
/ {
compatible = "samsung,exynos4415";
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