]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Split memory into 4 sections for exynos4210-trats
authorTomasz Figa <t.figa@samsung.com>
Wed, 17 Oct 2012 09:10:34 +0000 (18:10 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 17 Oct 2012 09:10:34 +0000 (18:10 +0900)
Since the maximum section size on mach-exynos is set to 256MiB, boards
with memory configuration defined using sections bigger than 256MiB will
fail to boot with a kernel panic.

This patch modifies the dts file of Samsung Trats board to define four
sections of 256MiB instead of two of 512MiB to fix the boot problem.

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

index 73567b843e72ae28e9ba4e721c8607a6135bf288..a21511c140712e24c4759293ac66248bbb8ae309 100644 (file)
        compatible = "samsung,trats", "samsung,exynos4210";
 
        memory {
-               reg =  <0x40000000 0x20000000
-                       0x60000000 0x20000000>;
+               reg =  <0x40000000 0x10000000
+                       0x50000000 0x10000000
+                       0x60000000 0x10000000
+                       0x70000000 0x10000000>;
        };
 
        chosen {