From: Tomasz Figa Date: Wed, 21 Nov 2012 15:15:40 +0000 (+0900) Subject: ARM: dts: Split memory sections for exynos4210-origen X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49ed67a42d206966661a7f2af8b8d86966466e1f;p=linux.git ARM: dts: Split memory sections for exynos4210-origen 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 Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index f16c99f2f0fc3..0cade3e60f619 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -22,7 +22,10 @@ compatible = "insignal,origen", "samsung,exynos4210"; memory { - reg = <0x40000000 0x40000000>; + reg = <0x40000000 0x10000000 + 0x50000000 0x10000000 + 0x60000000 0x10000000 + 0x70000000 0x10000000>; }; chosen {