diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-31 05:14:01 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 07:32:51 -0400 |
commit | 922ae890a993e8f5ca1ef776b4c8856d0aa7de25 (patch) | |
tree | 73cacdde707e3fe56bbb84c58336cdedaecfb4df /include/video/omap-panel-data.h | |
parent | f92f168f8dc33c8db100fdd0c4ccfb26adedce61 (diff) |
OMAPDSS: Add Sharp LS037V7DW01 panel driver
Add Sharp LS037V7DW01 panel 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/omap-panel-data.h')
-rw-r--r-- | include/video/omap-panel-data.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index baf40450aae4..5a6e1e8645d7 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h | |||
@@ -298,4 +298,28 @@ struct panel_lb035q02_platform_data { | |||
298 | int enable_gpio; | 298 | int enable_gpio; |
299 | }; | 299 | }; |
300 | 300 | ||
301 | /** | ||
302 | * panel_sharp_ls037v7dw01 platform data | ||
303 | * @name: name for this display entity | ||
304 | * @source: name of the display entity used as a video source | ||
305 | * @data_lines: number of DPI datalines | ||
306 | * @resb_gpio: reset signal GPIO | ||
307 | * @ini_gpio: power on control GPIO | ||
308 | * @mo_gpio: selection for resolution(VGA/QVGA) GPIO | ||
309 | * @lr_gpio: selection for horizontal scanning direction GPIO | ||
310 | * @ud_gpio: selection for vertical scanning direction GPIO | ||
311 | */ | ||
312 | struct panel_sharp_ls037v7dw01_platform_data { | ||
313 | const char *name; | ||
314 | const char *source; | ||
315 | |||
316 | int data_lines; | ||
317 | |||
318 | int resb_gpio; | ||
319 | int ini_gpio; | ||
320 | int mo_gpio; | ||
321 | int lr_gpio; | ||
322 | int ud_gpio; | ||
323 | }; | ||
324 | |||
301 | #endif /* __OMAP_PANEL_DATA_H */ | 325 | #endif /* __OMAP_PANEL_DATA_H */ |