On Mon, Apr 08, 2013 at 06:04:38PM +0200, Philipp Zabel wrote: > This driver adds support for the Television Encoder integrated > on i.MX53 SoCs (TVEv2). > > Currently only the VGA output mode is supported, which only uses > the TVDAC to generate RGB levels. HSYNC and VSYNC signals are > routed directly from the IPU signal generator pins through IOMUXC. > > Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de> > --- > drivers/staging/imx-drm/Kconfig | 7 + > drivers/staging/imx-drm/Makefile | 1 + > drivers/staging/imx-drm/imx-tve.c | 755 > ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 763 insertions(+) > create mode 100644 drivers/staging/imx-drm/imx-tve.c
Bindings doc is missing. Shawn