aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-31 13:39:31 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 14:33:18 +0300
commit6077ce8d5901a07c3047fa7973cce5b98142ab2b (patch)
tree8aee379513dd9c05609d80e4a57d409bc72c667d /include/video
parentOMAPDSS: Add TPO TD043MTEA1 panel driver (diff)
downloadlinux-dev-6077ce8d5901a07c3047fa7973cce5b98142ab2b.tar.xz
linux-dev-6077ce8d5901a07c3047fa7973cce5b98142ab2b.zip
OMAPDSS: Add NEC NL8048HL11 panel driver
Add NEC NL8048HL11 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')
-rw-r--r--include/video/omap-panel-data.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h
index efa1c80f724e..6b2366fb6e53 100644
--- a/include/video/omap-panel-data.h
+++ b/include/video/omap-panel-data.h
@@ -338,4 +338,22 @@ struct panel_tpo_td043mtea1_platform_data {
int nreset_gpio;
};
+/**
+ * panel-nec-nl8048hl11 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
+ * @res_gpio: reset signal
+ * @qvga_gpio: selection for resolution(QVGA/WVGA)
+ */
+struct panel_nec_nl8048hl11_platform_data {
+ const char *name;
+ const char *source;
+
+ int data_lines;
+
+ int res_gpio;
+ int qvga_gpio;
+};
+
#endif /* __OMAP_PANEL_DATA_H */