From 3cb07ee66bca756921f0e967b687f4d0e05ba439 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 24 May 2013 14:21:08 +0300 Subject: 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 --- include/video/omap-panel-data.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/video') 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 */ -- cgit v1.2.3