]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx27: Add VPU devicetree node
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 15 Jun 2013 12:22:58 +0000 (16:22 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:34 +0000 (16:04 +0800)
This patch adds the missing VPU devicetree node for i.MX27 CPUs.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi

index 587f10c83be610e61858ffb07b72d2c3cc81f980..0695264ddf1b4bd7cf87b0c0f5dec096a744dbbc 100644 (file)
                        reg = <0x10020000 0x20000>;
                        ranges;
 
+                       coda: coda@10023000 {
+                               compatible = "fsl,imx27-vpu";
+                               reg = <0x10023000 0x0200>;
+                               interrupts = <53>;
+                               clocks = <&clks 57>, <&clks 66>;
+                               clock-names = "per", "ahb";
+                               iram = <&iram>;
+                       };
+
+                       clks: ccm@10027000{
+                               compatible = "fsl,imx27-ccm";
+                               reg = <0x10027000 0x1000>;
+                               #clock-cells = <1>;
+                       };
+
                        fec: ethernet@1002b000 {
                                compatible = "fsl,imx27-fec";
                                reg = <0x1002b000 0x4000>;
                                clock-names = "ipg", "ahb", "ptp";
                                status = "disabled";
                        };
-
-                       clks: ccm@10027000{
-                               compatible = "fsl,imx27-ccm";
-                               reg = <0x10027000 0x1000>;
-                               #clock-cells = <1>;
-                       };
                };
 
+               iram: iram@ffff4c00 {
+                       compatible = "mmio-sram";
+                       reg = <0xffff4c00 0xb400>;
+               };
 
                nfc: nand@d8000000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
-
                        compatible = "fsl,imx27-nand";
                        reg = <0xd8000000 0x1000>;
                        interrupts = <29>;