Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 204d156a authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx53-qsb-common: Add TVE support

parent 9af11873
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -272,6 +272,14 @@
			>;
		};

		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
@@ -281,6 +289,15 @@
	};
};

&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>;