ARM: dts: Split memory sections for exynos4210-origen
authorTomasz Figa <t.figa@samsung.com>
Wed, 21 Nov 2012 15:15:40 +0000 (00:15 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 21 Nov 2012 15:38:52 +0000 (00:38 +0900)
This patch changes memory configuration defined in dts file of Origen
board from single 1 GiB section into four 256 MiB sections to match
section size limit.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4210-origen.dts

index f16c99f2f0fc33232a81b724e845f1bad71f2968..0cade3e60f6192e920228167375594bad29f8450 100644 (file)
        compatible = "insignal,origen", "samsung,exynos4210";
 
        memory {
-               reg = <0x40000000 0x40000000>;
+               reg = <0x40000000 0x10000000
+                      0x50000000 0x10000000
+                      0x60000000 0x10000000
+                      0x70000000 0x10000000>;
        };
 
        chosen {