diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-31 06:13:44 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 07:33:04 -0400 |
commit | 2e1def0c215cfca76af77cb9655a902bc4e7ba3b (patch) | |
tree | 5ba215994778802966bbc27f9a9149042b3d12ab /include/video | |
parent | 922ae890a993e8f5ca1ef776b4c8856d0aa7de25 (diff) |
OMAPDSS: Add TPO TD043MTEA1 panel driver
Add TPO TD043MTEA1 panel driver which uses the new DSS device model
and DSS ops.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tested-by: Grazvydas Ignotas <notasas@gmail.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 5a6e1e8645d7..efa1c80f724e 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h | |||
@@ -322,4 +322,20 @@ struct panel_sharp_ls037v7dw01_platform_data { | |||
322 | int ud_gpio; | 322 | int ud_gpio; |
323 | }; | 323 | }; |
324 | 324 | ||
325 | /** | ||
326 | * panel-tpo-td043mtea1 platform data | ||
327 | * @name: name for this display entity | ||
328 | * @source: name of the display entity used as a video source | ||
329 | * @data_lines: number of DPI datalines | ||
330 | * @nreset_gpio: reset signal | ||
331 | */ | ||
332 | struct panel_tpo_td043mtea1_platform_data { | ||
333 | const char *name; | ||
334 | const char *source; | ||
335 | |||
336 | int data_lines; | ||
337 | |||
338 | int nreset_gpio; | ||
339 | }; | ||
340 | |||
325 | #endif /* __OMAP_PANEL_DATA_H */ | 341 | #endif /* __OMAP_PANEL_DATA_H */ |