summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2011-09-12 12:52:45 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-09-23 11:25:23 +0200
commitde033a5f1b8af78d325885693dd0118a9713651f (patch)
tree15739bb56c324d5428e7988596868168caccb20f /include/video
parent76d0ae5765b0fcab21e4a32da0037d3419b381c4 (diff)
video: mcde: Correct DSI startup sequence
The VANA regulator and the dsi and dsi lp clocks must be enabled before the DSI PLL is enabled. ST-Ericsson ID: 343541 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: If7a4687d086b51b68be426e6eeaaffc6523a2dea Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31800 Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/mcde.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 220ac167b0b..6f6632405d8 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -172,16 +172,12 @@ struct mcde_port {
enum mcde_sync_src sync_src;
bool update_auto_trig;
enum mcde_hdmi_sdtv_switch hdmi_sdtv_switch;
- struct regulator *reg_esram;
union {
struct {
u8 virt_id;
u8 num_data_lanes;
u8 ui;
bool clk_cont;
- struct clk *clk_dsi;
- struct clk *clk_dsi_lp;
- struct regulator *reg_vana;
/* DSI data lanes are swapped if true */
bool data_lanes_swap;
@@ -191,7 +187,6 @@ struct mcde_port {
bool tv_mode;
u16 clock_div; /* use 0 or 1 for no clock divider */
u32 polarity; /* see DPI_ACT_LOW_* definitions */
- struct clk *clk_dpi;
} dpi;
} phy;
};