aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-31 13:13:44 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 14:33:04 +0300
commit2e1def0c215cfca76af77cb9655a902bc4e7ba3b (patch)
tree5ba215994778802966bbc27f9a9149042b3d12ab /include/video
parentOMAPDSS: Add Sharp LS037V7DW01 panel driver (diff)
downloadlinux-dev-2e1def0c215cfca76af77cb9655a902bc4e7ba3b.tar.xz
linux-dev-2e1def0c215cfca76af77cb9655a902bc4e7ba3b.zip
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.h16
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 {
int ud_gpio;
};
+/**
+ * panel-tpo-td043mtea1 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
+ * @nreset_gpio: reset signal
+ */
+struct panel_tpo_td043mtea1_platform_data {
+ const char *name;
+ const char *source;
+
+ int data_lines;
+
+ int nreset_gpio;
+};
+
#endif /* __OMAP_PANEL_DATA_H */