]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: mx53qsb: Enable VPU support
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 28 Jun 2013 22:49:18 +0000 (19:49 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:48 +0000 (23:28 +0800)
Enable Video Processing Unit (VPU) support.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53-qsb.dts
arch/arm/boot/dts/imx53.dtsi

index 512a1f60825345b41241da26bb9ca68f5bf8854d..eedd27ed83cac05e80bb3e20e7100c4edeef5abd 100644 (file)
        status = "okay";
 };
 
+&vpu {
+       status = "okay";
+};
+
 &usbh1 {
        status = "okay";
 };
index cec6cdd2f1963749aa71b2a522451c0c473fc1be..eb2103420ad61efd42cb845d3ada9f393c4331c6 100644 (file)
                                crtcs = <&ipu 1>;
                                status = "disabled";
                        };
+
+                       vpu: vpu@63ff4000 {
+                               compatible = "fsl,imx53-vpu";
+                               reg = <0x63ff4000 0x1000>;
+                               interrupts = <9>;
+                               clocks = <&clks 63>, <&clks 63>;
+                               clock-names = "per", "ahb";
+                               iram = <&ocram>;
+                               status = "disabled";
+                       };
                };
 
                ocram: sram@f8000000 {