diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-01 11:06:53 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-09-01 18:30:29 +0200 |
commit | 12676ee1a46f13a9b8c3eaf6df686964783e66da (patch) | |
tree | b52d6ba6df80488150553fed5cc899fb8371c8ea /arch/arm/boot/dts/exynos5250-spring.dts | |
parent | 1354835a8911afd0e02514b530539b0d42b0a8ec (diff) | |
download | blackbird-obmc-linux-12676ee1a46f13a9b8c3eaf6df686964783e66da.tar.gz blackbird-obmc-linux-12676ee1a46f13a9b8c3eaf6df686964783e66da.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-spring.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-spring.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts index 1d52a79b2f18..bdc55fa7c576 100644 --- a/arch/arm/boot/dts/exynos5250-spring.dts +++ b/arch/arm/boot/dts/exynos5250-spring.dts @@ -21,6 +21,7 @@ compatible = "google,spring", "samsung,exynos5250", "samsung,exynos5"; memory { + device_type = "memory"; reg = <0x40000000 0x80000000>; }; |