From f92f168f8dc33c8db100fdd0c4ccfb26adedce61 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 21 May 2013 17:14:29 +0300 Subject: OMAPDSS: Add LG.Philips LB035Q02 panel driver Add LG.Philips LB035Q02 panel driver which uses the new DSS device model and DSS ops. Signed-off-by: Tomi Valkeinen --- include/video/omap-panel-data.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include/video') diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index 678f5f70da1a..baf40450aae4 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -280,4 +280,22 @@ struct panel_acx565akm_platform_data { int datapairs; }; +/** + * panel_lb035q02 platform data + * @name: name for this display entity + * @source: name of the display entity used as a video source + * @data_lines: number of DPI datalines + * @backlight_gpio: gpio to enable/disable the backlight (or -1) + * @enable_gpio: gpio to enable/disable the panel (or -1) + */ +struct panel_lb035q02_platform_data { + const char *name; + const char *source; + + int data_lines; + + int backlight_gpio; + int enable_gpio; +}; + #endif /* __OMAP_PANEL_DATA_H */ -- cgit v1.2.3-59-g8ed1b