summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-24 14:21:08 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 14:30:33 +0300
commit3cb07ee66bca756921f0e967b687f4d0e05ba439 (patch)
treef22ae5e881f91ec4128e8316c695fca2489b5ac9 /include/video
parent348077b154357eec595068a3336ef6beb870e6f3 (diff)
OMAPDSS: Add new HDMI Connector driver
Add HDMI 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/video')
-rw-r--r--include/video/omap-panel-data.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h
index 3eaaaf638a84..397df766bfb7 100644
--- a/include/video/omap-panel-data.h
+++ b/include/video/omap-panel-data.h
@@ -188,4 +188,14 @@ struct connector_dvi_platform_data {
int i2c_bus_num;
};
+/**
+ * connector_hdmi platform data
+ * @name: name for this display entity
+ * @source: name of the display entity used as a video source
+ */
+struct connector_hdmi_platform_data {
+ const char *name;
+ const char *source;
+};
+
#endif /* __OMAP_PANEL_DATA_H */