]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx35-pdk: Fix memory region description
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 13 May 2014 01:04:24 +0000 (22:04 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:13 +0000 (23:02 +0800)
On imx35pdk there are two DRAM chip selects that are used:

CS0 at 0x80000000
CS1 at 0x90000000

Each bank is connected to 128MB of DRAM, giving a total of 256MB 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>
arch/arm/boot/dts/imx35-pdk.dts

index db69ff085e27c607631b725f8828a8a7b2eba0b4..8d715523708ffda4ca8eb71116cae6c83def0075 100644 (file)
@@ -18,7 +18,8 @@
        compatible = "fsl,imx35-pdk", "fsl,imx35";
 
        memory {
-               reg = <0x80000000 0x8000000>;
+               reg = <0x80000000 0x8000000>,
+                     <0x90000000 0x8000000>;
        };
 };