summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2011-10-26 13:07:27 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-27 15:20:46 +0200
commit36c0d52b997f6f8225cadddb4fc1f603e65425b5 (patch)
treef3e95b28561f5f8581ce777f9651a71d6e505fbb /include
parentf6eae50e5396896a7475ada11b912837ff378fd3 (diff)
video: mcde: Add host_eot_gen property
Some DSI displays requires a EOT packet after a transfer in HS. This is optional in the MIPI standard and dependant on the display IC if it should be used or not. ST-Ericsson ID: 367923 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ia7f8d37cd0ab80847a6098489790d133dbcccb64 Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35324 Reviewed-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com> Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/mcde.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 2a64be62ac9..6b5508e3ddd 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -115,6 +115,7 @@ struct mcde_port {
u8 num_data_lanes;
u8 ui;
bool clk_cont;
+ bool host_eot_gen;
/* DSI data lanes are swapped if true */
bool data_lanes_swap;