summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2011-10-28 12:32:33 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:22 +0200
commita5c5d89cfaee85c040e12de7c3f8007cc76969ae (patch)
tree34f1a43e92ee677262e38bba31e9f368a6e0be62 /include/video
parent8e3285064199eeb228662b59e8da14c033e0bb66 (diff)
video: mcde: Add dsi/dpi freq settings
For U8500, the clocks used by DSI is dsilp and dsihs. These clock rates of these clocks must be specified in the port struct. The lcd clk is set from the port struct. ST-Ericsson ID: 359227, 352847 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I089a736da281014902ca8d503e72a572c9ce1bbe Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/42452 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/mcde.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 39b190c6403..015350f4495 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -138,6 +138,9 @@ struct mcde_port {
*/
u32 vid_wakeup_time;
+ u32 hs_freq;
+ u32 lp_freq;
+
/* DSI data lanes are swapped if true */
bool data_lanes_swap;
} dsi;
@@ -146,6 +149,7 @@ struct mcde_port {
bool tv_mode;
u16 clock_div; /* use 0 or 1 for no clock divider */
u32 polarity; /* see DPI_ACT_LOW_* definitions */
+ u32 lcd_freq;
} dpi;
} phy;
};