summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lorentzon <marcus.xm.lorentzon@stericsson.com>2011-10-10 13:08:40 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-27 16:08:11 +0200
commitc670412b2308b65f311b335bbcb9d8c8b2f5aed2 (patch)
tree3eb6552ea301b61c6bfc5ca5406db7d1ccc5fb05
parente2bf5db5c28e4dc2714dfe0fe0583da1f8e5ce47 (diff)
video: mcde: Add generic DSI platform data
ST-Ericsson ID: 365249 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: If6b3aef296838134634f107b227c43b1cff90c5e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33448 Reviewed-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com> Tested-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: QABUILD Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com>
-rw-r--r--include/video/mcde_display.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/video/mcde_display.h b/include/video/mcde_display.h
index 9f9f960e46c..97326cbc28c 100644
--- a/include/video/mcde_display.h
+++ b/include/video/mcde_display.h
@@ -20,6 +20,11 @@
#define UPDATE_FLAG_VIDEO_MODE 0x2
#define UPDATE_FLAG_ROTATION 0x4
+struct mcde_display_dsi_platform_data {
+ int reset_gpio;
+ int link;
+};
+
#define to_mcde_display_device(__dev) \
container_of((__dev), struct mcde_display_device, dev)