Browse Source

ARM i.MX53: Add IPU support

This adds the IPU device to the devicetree.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Sascha Hauer 13 years ago
parent
commit
abed9a6bf2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/arm/boot/dts/imx53.dtsi

+ 7 - 0
arch/arm/boot/dts/imx53.dtsi

@@ -67,6 +67,13 @@
 		interrupt-parent = <&tzic>;
 		ranges;
 
+		ipu: ipu@18000000 {
+			#crtc-cells = <1>;
+			compatible = "fsl,imx53-ipu";
+			reg = <0x18000000 0x080000000>;
+			interrupts = <11 10>;
+		};
+
 		aips@50000000 { /* AIPS1 */
 			compatible = "fsl,aips-bus", "simple-bus";
 			#address-cells = <1>;