diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 07:20:14 -0400 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 07:16:04 -0400 |
| commit | a0ee577fa26959d6ae8fe89ea5121ec444e8c0f1 (patch) | |
| tree | be1f165bf117ac20837208bfb3bee77031d48434 /include/video | |
| parent | 2773fefbd764646a3dba3349d4848d90d85a127d (diff) | |
OMAPDSS: Add new TPD12S015 Encoder driver
Add TPD12S015 HDMI ESD protection and level shifter 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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index bc899b7a4a64..aa58612ec8ab 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h | |||
| @@ -160,4 +160,20 @@ struct encoder_tfp410_platform_data { | |||
| 160 | int data_lines; | 160 | int data_lines; |
| 161 | }; | 161 | }; |
| 162 | 162 | ||
| 163 | /** | ||
| 164 | * encoder_tpd12s015 platform data | ||
| 165 | * @name: name for this display entity | ||
| 166 | * @ct_cp_hpd_gpio: CT_CP_HPD gpio number | ||
| 167 | * @ls_oe_gpio: LS_OE gpio number | ||
| 168 | * @hpd_gpio: HPD gpio number | ||
| 169 | */ | ||
| 170 | struct encoder_tpd12s015_platform_data { | ||
| 171 | const char *name; | ||
| 172 | const char *source; | ||
| 173 | |||
| 174 | int ct_cp_hpd_gpio; | ||
| 175 | int ls_oe_gpio; | ||
| 176 | int hpd_gpio; | ||
| 177 | }; | ||
| 178 | |||
| 163 | #endif /* __OMAP_PANEL_DATA_H */ | 179 | #endif /* __OMAP_PANEL_DATA_H */ |
