]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx: ocram size is different between imx6q and imx6dl
authorShawn Guo <shawn.guo@linaro.org>
Tue, 23 Jul 2013 14:48:59 +0000 (22:48 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:54 +0000 (09:53 +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>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6qdl.dtsi

index 6aa54d0bbbea79421a273a21a5e522d061d59af7..bdc4374da6513fb066e8d6571a016463697e3b00 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 f492c620c9f241917cc2b0f229cd77756e36acdd..453cd771fafc43ecdefed70d763f58c8cc6adc57 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 77f3c017b1b80e8fa24233bd0ebc6f132fae822f..39180df78170f5846b0f8237dc6525fe8b97206f 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>;