diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 07:18:30 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 07:16:03 -0400 |
commit | 2773fefbd764646a3dba3349d4848d90d85a127d (patch) | |
tree | e4e5891dce17c0f8a2457c6ca2c4f2e3a1ba6928 /include/video | |
parent | deb16df884966570ebe6197feecab100436414e5 (diff) |
OMAPDSS: Add new TFP410 Encoder driver
Add TFP410 DPI-to-DVI Encoder 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.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index 0c3b46d3daf3..bc899b7a4a64 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h | |||
@@ -147,4 +147,17 @@ struct panel_tpo_td043_data { | |||
147 | int nreset_gpio; | 147 | int nreset_gpio; |
148 | }; | 148 | }; |
149 | 149 | ||
150 | /** | ||
151 | * encoder_tfp410 platform data | ||
152 | * @name: name for this display entity | ||
153 | * @power_down_gpio: gpio number for PD pin (or -1 if not available) | ||
154 | * @data_lines: number of DPI datalines | ||
155 | */ | ||
156 | struct encoder_tfp410_platform_data { | ||
157 | const char *name; | ||
158 | const char *source; | ||
159 | int power_down_gpio; | ||
160 | int data_lines; | ||
161 | }; | ||
162 | |||
150 | #endif /* __OMAP_PANEL_DATA_H */ | 163 | #endif /* __OMAP_PANEL_DATA_H */ |