From 348077b154357eec595068a3336ef6beb870e6f3 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 24 May 2013 14:20:45 +0300 Subject: OMAPDSS: Add new DVI Connector driver Add DVI Connector driver which uses the new DSS device model and DSS ops. Signed-off-by: Tomi Valkeinen --- include/video/omap-panel-data.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/video') diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index aa58612ec8ab..3eaaaf638a84 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -176,4 +176,16 @@ struct encoder_tpd12s015_platform_data { int hpd_gpio; }; +/** + * connector_dvi platform data + * @name: name for this display entity + * @source: name of the display entity used as a video source + * @i2c_bus_num: i2c bus number to be used for reading EDID + */ +struct connector_dvi_platform_data { + const char *name; + const char *source; + int i2c_bus_num; +}; + #endif /* __OMAP_PANEL_DATA_H */ -- cgit v1.2.3