aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-24 14:20:14 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 14:16:04 +0300
commita0ee577fa26959d6ae8fe89ea5121ec444e8c0f1 (patch)
treebe1f165bf117ac20837208bfb3bee77031d48434 /include/video
parentOMAPDSS: Add new TFP410 Encoder driver (diff)
downloadlinux-dev-a0ee577fa26959d6ae8fe89ea5121ec444e8c0f1.tar.xz
linux-dev-a0ee577fa26959d6ae8fe89ea5121ec444e8c0f1.zip
OMAPDSS: Add new TPD12S015 Encoder driver
Add TPD12S015 HDMI ESD protection and level shifter encoder 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.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 bc899b7a4a64..aa58612ec8ab 100644
--- a/include/video/omap-panel-data.h
+++ b/include/video/omap-panel-data.h
@@ -160,4 +160,20 @@ struct encoder_tfp410_platform_data {
int data_lines;
};
+/**
+ * encoder_tpd12s015 platform data
+ * @name: name for this display entity
+ * @ct_cp_hpd_gpio: CT_CP_HPD gpio number
+ * @ls_oe_gpio: LS_OE gpio number
+ * @hpd_gpio: HPD gpio number
+ */
+struct encoder_tpd12s015_platform_data {
+ const char *name;
+ const char *source;
+
+ int ct_cp_hpd_gpio;
+ int ls_oe_gpio;
+ int hpd_gpio;
+};
+
#endif /* __OMAP_PANEL_DATA_H */