diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-01 11:06:54 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-09-01 18:30:31 +0200 |
commit | 2458ff00876bcae594d65511badb8623d1109916 (patch) | |
tree | 9bda831d161d2481ee749012af0760376116417e /arch/arm/boot/dts/exynos3250-monk.dts | |
parent | 12676ee1a46f13a9b8c3eaf6df686964783e66da (diff) | |
download | blackbird-obmc-linux-2458ff00876bcae594d65511badb8623d1109916.tar.gz blackbird-obmc-linux-2458ff00876bcae594d65511badb8623d1109916.zip |
ARM: dts: exynos: Add missing unit name to memory nodes in Exynos3 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/exynos3250-monk.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-monk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts index 249fcfd5b297..66f04f6ba6bb 100644 --- a/arch/arm/boot/dts/exynos3250-monk.dts +++ b/arch/arm/boot/dts/exynos3250-monk.dts @@ -27,7 +27,7 @@ i2c7 = &i2c_max77836; }; - memory { + memory@40000000 { device_type = "memory"; reg = <0x40000000 0x1ff00000>; }; |