summaryrefslogtreecommitdiff
path: root/include/video/mcde.h
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2011-10-28 12:32:33 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:00:20 +0100
commit2c1c8d4d35fdc445d3e098205a3a524553d463d8 (patch)
tree52ddb84780eae4e6601255ab858e78a467c61a5b /include/video/mcde.h
parent292c0fb04a4dd164b8c9181acbc0a721ab812de0 (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/mcde.h')
-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;
};