diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-01 12:06:55 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-09-01 19:30:33 +0300 |
commit | 824e4133fadec876e9ec6430866e3573439934f7 (patch) | |
tree | 829d4dd0f31d5c543bd5a9a9e29899c2c2783030 /arch/arm/boot/dts/exynos4412-smdk4412.dts | |
parent | 2458ff00876bcae594d65511badb8623d1109916 (diff) | |
download | linux-824e4133fadec876e9ec6430866e3573439934f7.tar.xz |
ARM: dts: exynos: Add missing unit name to memory nodes in Exynos4 DTS
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
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-smdk4412.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-smdk4412.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-smdk4412.dts b/arch/arm/boot/dts/exynos4412-smdk4412.dts index 2e868c4c307e..2e208d84ff6a 100644 --- a/arch/arm/boot/dts/exynos4412-smdk4412.dts +++ b/arch/arm/boot/dts/exynos4412-smdk4412.dts @@ -20,7 +20,7 @@ model = "Samsung SMDK evaluation board based on Exynos4412"; compatible = "samsung,smdk4412", "samsung,exynos4412", "samsung,exynos4"; - memory { + memory@40000000 { device_type = "memory"; reg = <0x40000000 0x40000000>; }; |