diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-01 11:06:52 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-09-01 18:28:23 +0200 |
commit | 1354835a8911afd0e02514b530539b0d42b0a8ec (patch) | |
tree | cc6d2383228578e302362bbcf2e2e1c5c4b3ef4b /arch/arm/boot/dts/exynos4412-odroidu3.dts | |
parent | ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3 (diff) | |
download | linux-1354835a8911afd0e02514b530539b0d42b0a8ec.tar.xz linux-1354835a8911afd0e02514b530539b0d42b0a8ec.zip |
ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos4
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-odroidu3.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidu3.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts b/arch/arm/boot/dts/exynos4412-odroidu3.dts index d73aa6c58fe3..cc1b87e09534 100644 --- a/arch/arm/boot/dts/exynos4412-odroidu3.dts +++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts @@ -19,6 +19,7 @@ compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4"; memory { + device_type = "memory"; reg = <0x40000000 0x7FF00000>; }; |