aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-24 07:20:45 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 07:30:03 -0400
commit348077b154357eec595068a3336ef6beb870e6f3 (patch)
tree081d3697a47016cc0c129d5abbdba1399c8c3b04 /include
parenta0ee577fa26959d6ae8fe89ea5121ec444e8c0f1 (diff)
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 <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/omap-panel-data.h12
1 files changed, 12 insertions, 0 deletions
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 {
176 int hpd_gpio; 176 int hpd_gpio;
177}; 177};
178 178
179/**
180 * connector_dvi platform data
181 * @name: name for this display entity
182 * @source: name of the display entity used as a video source
183 * @i2c_bus_num: i2c bus number to be used for reading EDID
184 */
185struct connector_dvi_platform_data {
186 const char *name;
187 const char *source;
188 int i2c_bus_num;
189};
190
179#endif /* __OMAP_PANEL_DATA_H */ 191#endif /* __OMAP_PANEL_DATA_H */