diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-03-28 09:09:14 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-14 06:22:37 +0400 |
commit | 8668d49896cc19354917ff67503e72f3f48ffaaa (patch) | |
tree | 9a7cf43764fc39309aa53783020f43053546981d /arch/arm/boot/dts/imx53-m53evk.dts | |
parent | 2b33319003bfd97decd9b4768ecfe70a6dfdba53 (diff) | |
download | linux-8668d49896cc19354917ff67503e72f3f48ffaaa.tar.xz |
ARM: dts: imx53-m53evk: Fix memory region description
On m53evk there are two DRAM chip selects:
CS0 at 0x70000000
CS1 at 0xb0000000
Each bank has a 512MB DRAM, giving a total of 1GB of system DRAM.
Fix the memory layout to describe the hardware appropriately.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53-m53evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53evk.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts index f6d3ac3e5587..7fa2d1b5d60e 100644 --- a/arch/arm/boot/dts/imx53-m53evk.dts +++ b/arch/arm/boot/dts/imx53-m53evk.dts @@ -17,7 +17,8 @@ compatible = "denx,imx53-m53evk", "fsl,imx53"; memory { - reg = <0x70000000 0x20000000>; + reg = <0x70000000 0x20000000>, + <0xb0000000 0x20000000>; }; soc { |