Re: [PATCH v3 1/3] video: omapdss: Add opa362 driver

2014-12-03 Thread Tomi Valkeinen
Hi, On 30/11/14 15:07, Marek Belisko wrote: +#include video/omap-panel-data.h This should not be needed, as the driver is DT only. +static int opa362_probe(struct platform_device *pdev) +{ + struct device_node *node = pdev-dev.of_node; + struct panel_drv_data *ddata; + struct

[PATCH v3 1/3] video: omapdss: Add opa362 driver

2014-11-30 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller h...@goldelico.com Signed-off-by: Marek Belisko ma...@goldelico.com ---