diff options
author | Tomasz Figa <t.figa@samsung.com> | 2012-11-21 16:15:40 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-21 16:38:52 +0100 |
commit | 49ed67a42d206966661a7f2af8b8d86966466e1f (patch) | |
tree | be95668b1962d80d2fa75df129542a932c16c2ad /arch/arm/boot/dts/exynos4210-origen.dts | |
parent | ARM: EXYNOS: add all i2c busses to auxdata for DT (diff) | |
download | linux-49ed67a42d206966661a7f2af8b8d86966466e1f.tar.xz linux-49ed67a42d206966661a7f2af8b8d86966466e1f.zip |
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 <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4210-origen.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4210-origen.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index f16c99f2f0fc..0cade3e60f61 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 { |