This patch series add support for video output on gta04 board. It consist from opa362 video amplifier driver + DT bindings, adding venc -> opa362 -> svideo-connecor setup in DT and finally static setup for tvbypass anc acbias bin in devconf1 register via pinctrl subsystem. Marek Belisko (4): video: omapdss: Add opa362 driver Documentation: DT: Add documentation for ti,opa362 bindings arm: dts: omap3-gta04: Add handling for tv output arm: dts: omap3-gta04: Add static configuration for devconf1 register .../devicetree/bindings/video/ti,opa362.txt | 38 +++ arch/arm/boot/dts/omap3-gta04.dtsi | 70 +++++ drivers/video/fbdev/omap2/displays-new/Kconfig | 6 + drivers/video/fbdev/omap2/displays-new/Makefile | 1 + .../fbdev/omap2/displays-new/amplifier-opa362.c | 347 +++++++++++++++++++++ 5 files changed, 462 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt create mode 100644 drivers/video/fbdev/omap2/displays-new/amplifier-opa362.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html