]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM i.MX53: mba53: add Tevision Encoder
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 4 Jun 2013 11:07:10 +0000 (13:07 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:27 +0000 (16:04 +0800)
Enable tve on MBa53.

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-mba53.dts

index 6fa9a09ce90f58599321446f8c7ba2217ef14f8b..2889baba54f2241125a7f2869bddbea137bdad43 100644 (file)
                        >;
                };
        };
+
+       tve {
+               pinctrl_vga_sync_1: vgasync-grp1 {
+                       fsl,pins = <
+                               /* VGA_VSYNC, HSYNC with max drive strength */
+                               MX53_PAD_EIM_CS1__IPU_DI1_PIN6     0xe6
+                               MX53_PAD_EIM_DA15__IPU_DI1_PIN4    0xe6
+                       >;
+               };
+       };
 };
 
 &cspi {
 &i2c3 {
        status = "okay";
 };
+
+&tve {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_vga_sync_1>;
+       ddc = <&i2c3>;
+       fsl,tve-mode = "vga";
+       fsl,hsync-pin = <4>;
+       fsl,vsync-pin = <6>;
+       status = "okay";
+};