diff options
author | Marcus Lorentzon <marcus.xm.lorentzon@stericsson.com> | 2011-10-10 13:08:40 +0200 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2012-03-19 09:00:12 +0100 |
commit | d6ed9e37e71858a0cd85a6b992de47f44c1e6cb3 (patch) | |
tree | 528bcea98bedd6bd0da3d62194795d47c7fce6d8 /include | |
parent | 8eeef4b0e2aa726f151d605885ac259b7807fe54 (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/mcde_display.h | 5 |
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) |