aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-04-07 08:28:47 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-04-15 03:54:10 -0400
commitae038af12c2bc0859279a1a62b5f8cb0ef00f5f8 (patch)
tree2126df4c1b3773cfccc50d1dd8f00e3c45a6d5f3 /drivers/video
parenta6360dd37e1a144ed11e6548371bade559a1e4df (diff)
OMAP: DSS2: DSI: fix use_sys_clk & highfreq
use_sys_clk and highfreq fields in dsi.current_cinfo were never set. Luckily they weren't used anywhere so it didn't cause any problems. This patch fixes those fields and they are now set at the same time as the rest of the fields. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dss/dsi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index 0a7f1a47f8e3..86041535f34a 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -1276,6 +1276,9 @@ int dsi_pll_set_clock_div(struct dsi_clock_info *cinfo)
1276 1276
1277 DSSDBGF(); 1277 DSSDBGF();
1278 1278
1279 dsi.current_cinfo.use_sys_clk = cinfo->use_sys_clk;
1280 dsi.current_cinfo.highfreq = cinfo->highfreq;
1281
1279 dsi.current_cinfo.fint = cinfo->fint; 1282 dsi.current_cinfo.fint = cinfo->fint;
1280 dsi.current_cinfo.clkin4ddr = cinfo->clkin4ddr; 1283 dsi.current_cinfo.clkin4ddr = cinfo->clkin4ddr;
1281 dsi.current_cinfo.dsi_pll_hsdiv_dispc_clk = 1284 dsi.current_cinfo.dsi_pll_hsdiv_dispc_clk =