ARM: dts: imx: ocram size is different between imx6q and imx6dl
authorShawn Guo <shawn.guo@linaro.org>
Tue, 23 Jul 2013 07:25:13 +0000 (15:25 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:44 +0000 (23:29 +0800)
The ocram on imx6q is 256 KiB while on imx6dl it's 128 KiB.  Let's
have separate node for imx6q and imx6dl.  It also changes imx6q size
0x3f000 to 0x40000 to match the hardware.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Liu Ying <Ying.Liu@freescale.com>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6qdl.dtsi

index e9cb589eb5a9371c48f0333ac97a5279bbd21b62..9e8ae118fdd4e6c6c1df48a0b4a66c20e0504ae6 100644 (file)
        };
 
        soc {
+               ocram: sram@00900000 {
+                       compatible = "mmio-sram";
+                       reg = <0x00900000 0x20000>;
+                       clocks = <&clks 142>;
+               };
+
                aips1: aips-bus@02000000 {
                        iomuxc: iomuxc@020e0000 {
                                compatible = "fsl,imx6dl-iomuxc";
index 76a84e80a1ab7836e468c3e8ea6515392c4d2098..f024ef28b34b9373895dbbb913c475eebb33298a 100644 (file)
        };
 
        soc {
+               ocram: sram@00900000 {
+                       compatible = "mmio-sram";
+                       reg = <0x00900000 0x40000>;
+                       clocks = <&clks 142>;
+               };
+
                aips-bus@02000000 { /* AIPS1 */
                        spba-bus@02000000 {
                                ecspi5: ecspi@02018000 {
index bc4ca033758c273880057e0c0ac52775fc65d41d..ccd55c2fdb67e3a69402021709275108a96a6f75 100644 (file)
                        status = "disabled";
                };
 
-               ocram: sram@00900000 {
-                       compatible = "mmio-sram";
-                       reg = <0x00900000 0x3f000>;
-                       clocks = <&clks 142>;
-               };
-
                timer@00a00600 {
                        compatible = "arm,cortex-a9-twd-timer";
                        reg = <0x00a00600 0x20>;