]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx53-qsb-common: Add TVE support
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 29 Apr 2014 04:59:36 +0000 (01:59 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:05 +0000 (23:02 +0800)
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx53-qsb-common.dtsi

index ede04fa4161f63aeb925e35267608a12a0c5b0cc..df9cd9d41c4f8081345b09f7bc47f49d1271b49d 100644 (file)
                        >;
                };
 
+               pinctrl_vga_sync: vgasync-grp {
+                       fsl,pins = <
+                               /* VGA_HSYNC, VSYNC with max drive strength */
+                               MX53_PAD_EIM_OE__IPU_DI1_PIN7 0xe6
+                               MX53_PAD_EIM_RW__IPU_DI1_PIN8 0xe6
+                       >;
+               };
+
                pinctrl_uart1: uart1grp {
                        fsl,pins = <
                                MX53_PAD_CSI0_DAT10__UART1_TXD_MUX      0x1e4
        };
 };
 
+&tve {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_vga_sync>;
+       fsl,tve-mode = "vga";
+       fsl,hsync-pin = <4>;
+       fsl,vsync-pin = <6>;
+       status = "okay";
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;