]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM i.MX53: Add TVE entry to i.MX53 dtsi
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 4 Jun 2013 10:12:22 +0000 (12:12 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:26 +0000 (16:04 +0800)
This adds the Television Encoder (TVEv2) device tree node
to the i.MX53 dtsi.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53.dtsi

index e448b332aee60966705cb4782b3cc35e7a84e399..3895fbba8fce7fff6302f9b30deb72049c24f003 100644 (file)
                                clock-names = "ipg", "ahb", "ptp";
                                status = "disabled";
                        };
+
+                       tve: tve@63ff0000 {
+                               compatible = "fsl,imx53-tve";
+                               reg = <0x63ff0000 0x1000>;
+                               interrupts = <92>;
+                               clocks = <&clks 69>, <&clks 116>;
+                               clock-names = "tve", "di_sel";
+                               crtcs = <&ipu 1>;
+                               status = "disabled";
+                       };
                };
        };
 };