diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-03-28 09:09:13 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-14 06:22:37 +0400 |
commit | 2b33319003bfd97decd9b4768ecfe70a6dfdba53 (patch) | |
tree | 9ab61b7726877c1f820c458ddb17771a1a1562fa /arch/arm/boot/dts/imx53-qsb-common.dtsi | |
parent | 07134a365f1c4be6e840a00ae452d1593f15c5fc (diff) | |
download | linux-2b33319003bfd97decd9b4768ecfe70a6dfdba53.tar.xz |
ARM: dts: imx53-qsb-common: Fix memory region description
On mx53qsb 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>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53-qsb-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-qsb-common.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-qsb-common.dtsi b/arch/arm/boot/dts/imx53-qsb-common.dtsi index 3f825a6813da..ede04fa4161f 100644 --- a/arch/arm/boot/dts/imx53-qsb-common.dtsi +++ b/arch/arm/boot/dts/imx53-qsb-common.dtsi @@ -14,7 +14,8 @@ / { memory { - reg = <0x70000000 0x40000000>; + reg = <0x70000000 0x20000000>, + <0xb0000000 0x20000000>; }; display0: display@di0 { |