From 36c0d52b997f6f8225cadddb4fc1f603e65425b5 Mon Sep 17 00:00:00 2001 From: Jimmy Rubin Date: Wed, 26 Oct 2011 13:07:27 +0200 Subject: 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35324 Reviewed-by: Marcus LORENTZON Reviewed-by: Per PERSSON --- include/video/mcde.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/video') 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; -- cgit v1.2.3